Skip to content

Commit 614505d

Browse files
committed
Fix run command yaml formatting
1 parent 48a65b7 commit 614505d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

artefacts.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/sam_bot_nav2_gz/test/test_follow_waypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)