Skip to content

Commit 6206406

Browse files
Disable costmap filter zones from tb3 bringup (only Tb4 enabled) (#5223)
* Update tb3_loopback_simulation_launch.py Signed-off-by: Steve Macenski <[email protected]> * Update tb3_simulation_launch.py Signed-off-by: Steve Macenski <[email protected]> --------- Signed-off-by: Steve Macenski <[email protected]>
1 parent a9647ad commit 6206406

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nav2_bringup/launch/tb3_loopback_simulation_launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ def generate_launch_description() -> LaunchDescription:
144144
'use_composition': use_composition,
145145
'use_respawn': use_respawn,
146146
'use_localization': 'False', # Don't use SLAM, AMCL
147+
'use_keepout_zones': 'False',
148+
'use_speed_zones': 'False',
147149
}.items(),
148150
)
149151

nav2_bringup/launch/tb3_simulation_launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def generate_launch_description() -> LaunchDescription:
195195
'autostart': autostart,
196196
'use_composition': use_composition,
197197
'use_respawn': use_respawn,
198+
'use_keepout_zones': 'False',
199+
'use_speed_zones': 'False',
198200
}.items(),
199201
)
200202
# The SDF file for the world is a xacro file because we wanted to

0 commit comments

Comments
 (0)