File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
2121 - /distance_from_start_gt
2222 - /distance_from_start_est
2323 params :
24- launch/world : " empty .sdf"
24+ launch/world : " depot .sdf"
2525 settings :
2626 # - name: reach_goal
2727 # ros_testfile: "src/sam_bot_nav2_gz/test/test_reach_goal.launch.py"
2828 - name : follow_waypoints
2929 run : >
3030 python3 -m pytest
31- src/sam_bot_nav2_gz/test/test_follow_waypoints.py
32- --html=output/report.html
33- --self-contained-html
34- -s &&
31+ src/sam_bot_nav2_gz/test/test_follow_waypoints.py
32+ --html=output/report.html
33+ --self-contained-html
34+ -s &&
3535 pkill -f gz &&
36- pkill -f rivz
36+ pkill -f rviz
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def navigation_stack():
6767 try :
6868 world = get_artefacts_param ("launch" , "world" )
6969 except FileNotFoundError :
70- world = "empty .sdf" # Make sure this is a valid filename with extension
70+ world = "depot .sdf" # Make sure this is a valid filename with extension
7171
7272 # Build the ros2 launch command
7373 launch_cmd = [
You can’t perform that action at this time.
0 commit comments