File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4242 launch/world : ["empty.sdf"]
4343 controller_server/controller_frequency : [1.0, 30.0]
4444 settings :
45- # - name: reach_goal
46- # ros_testfile: "src/sam_bot_nav2_gz/test/test_reach_goal.launch.py"
45+ - name : reach_goal
46+ ros_testfile : " src/sam_bot_nav2_gz/test/test_reach_goal.launch.py"
4747 - name : follow_waypoints
4848 ros_testfile : " src/sam_bot_nav2_gz/test/test_follow_waypoints.launch.py"
49-
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def generate_test_description():
2121 try :
2222 world = get_artefacts_param ("launch" , "world" )
2323 except FileNotFoundError :
24- world = "empty.world "
24+ world = "empty.sdf "
2525
2626 run_headless = LaunchConfiguration ("run_headless" )
2727 launch_navigation_stack = IncludeLaunchDescription (
@@ -81,8 +81,8 @@ def generate_test_description():
8181 [
8282 DeclareLaunchArgument (
8383 name = "run_headless" ,
84- default_value = "True " ,
85- description = "Start GZ in hedless mode and don't start RViz (overrides use_rviz)" ,
84+ default_value = "False " ,
85+ description = "Start GZ in headless mode and don't start RViz (overrides use_rviz)" ,
8686 ),
8787 launch_navigation_stack ,
8888 reach_goal ,
You can’t perform that action at this time.
0 commit comments