update: new teleop layout

This commit is contained in:
Björn Ellensohn 2023-08-04 13:49:51 +02:00
parent d74e12a0b9
commit 956fbca15b

View File

@ -83,7 +83,7 @@ def generate_launch_description():
declare_params_file_cmd = DeclareLaunchArgument(
'params_file',
default_value=os.path.join(bringup_dir, 'params', 'nav2_params.yaml'),
default_value=os.path.join(bringup_dir, 'config', 'nav2_params.yaml'),
description='Full path to the ROS2 parameters file to use for all launched nodes')
declare_autostart_cmd = DeclareLaunchArgument(