Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nav2_bringup/launch/tb3_loopback_simulation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def generate_launch_description() -> LaunchDescription:
'use_composition': use_composition,
'use_respawn': use_respawn,
'use_localization': 'False', # Don't use SLAM, AMCL
'use_keepout_zones': 'False',
'use_speed_zones': 'False',
}.items(),
)

Expand Down
2 changes: 2 additions & 0 deletions nav2_bringup/launch/tb3_simulation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ def generate_launch_description() -> LaunchDescription:
'autostart': autostart,
'use_composition': use_composition,
'use_respawn': use_respawn,
'use_keepout_zones': 'False',
'use_speed_zones': 'False',
}.items(),
)
# The SDF file for the world is a xacro file because we wanted to
Expand Down
Loading