Skip to content

Commit f236f7d

Browse files
rdenizajplapp
andauthored
Navigate narrow isles parameter update (#16)
adds stvl and multiple teb controller plugins Co-authored-by: Johannes Plapp <[email protected]>
1 parent ce629ea commit f236f7d

File tree

5 files changed

+261
-49
lines changed

5 files changed

+261
-49
lines changed

nav2_bringup/bringup/launch/nav2_with_bt_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def generate_launch_description():
7979

8080
DeclareLaunchArgument(
8181
'params_file',
82-
default_value=os.path.join(bringup_dir, 'params', 'forklift_params.yaml'),
82+
default_value=os.path.join('/code/ros2_ws/src/navigation2/nav2_bringup/bringup/params/', 'forklift_params.yaml'),
8383
description='Full path to the ROS2 parameters file to use'),
8484

8585
DeclareLaunchArgument(

0 commit comments

Comments
 (0)