Skip to content

Commit

Permalink
Remove all multirobot specific configs
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Oct 9, 2024
1 parent 56e691d commit 1592489
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion nav2_bringup/launch/cloned_multi_tb3_simulation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def generate_launch_description():

declare_rviz_config_file_cmd = DeclareLaunchArgument(
'rviz_config',
default_value=os.path.join(bringup_dir, 'rviz', 'nav2_namespaced_view.rviz'),
default_value=os.path.join(bringup_dir, 'rviz', 'nav2_default_view.rviz'),
description='Full path to the RVIZ config file to use.',
)

Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/launch/unique_multi_tb3_simulation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def generate_launch_description():

declare_rviz_config_file_cmd = DeclareLaunchArgument(
'rviz_config',
default_value=os.path.join(bringup_dir, 'rviz', 'nav2_namespaced_view.rviz'),
default_value=os.path.join(bringup_dir, 'rviz', 'nav2_default_view.rviz'),
description='Full path to the RVIZ config file to use.',
)

Expand Down
316 changes: 0 additions & 316 deletions nav2_bringup/params/nav2_multirobot_params_1.yaml

This file was deleted.

Loading

0 comments on commit 1592489

Please sign in to comment.