25
25
- name : Build
26
26
shell : bash
27
27
run : |
28
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
28
+ source /opt/ros/jazzy /setup.bash
29
29
git clone https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
30
30
cd nav2_minimal_turtlebot_simulation
31
31
git checkout f4eefd049359b3f0becabd7a0870005f4140ec08
55
55
- name : Test
56
56
shell : bash
57
57
run : |
58
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
58
+ source /opt/ros/jazzy /setup.bash
59
59
source install/setup.bash
60
60
export -n CYCLONEDDS_URI
61
61
export ROS_DOMAIN_ID=2
92
92
- name : Test
93
93
shell : bash
94
94
run : |
95
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
95
+ source /opt/ros/jazzy /setup.bash
96
96
source install/setup.bash
97
97
export -n CYCLONEDDS_URI
98
98
export ROS_DOMAIN_ID=2
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Test Scenario Files
128
128
shell : bash
129
129
run : |
130
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
130
+ source /opt/ros/jazzy /setup.bash
131
131
source install/setup.bash
132
132
find . -name "*.osc" | grep -Ev "lib_osc/*|examples/example_scenario_variation|scenario_execution_coverage|fail*|install|build" | while read -r file; do
133
133
echo "$file";
@@ -150,7 +150,7 @@ jobs:
150
150
- name : Test Example Scenario
151
151
shell : bash
152
152
run : |
153
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
153
+ source /opt/ros/jazzy /setup.bash
154
154
source install/setup.bash
155
155
#shellcheck disable=SC1083
156
156
scenario_batch_execution -i examples/example_scenario/ -o test_example_scenario --ignore-process-return-value -- ros2 launch scenario_execution_ros scenario_launch.py scenario:={SCENARIO} output_dir:={OUTPUT_DIR}
@@ -177,7 +177,7 @@ jobs:
177
177
- name : Test Example Library
178
178
shell : bash
179
179
run : |
180
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
180
+ source /opt/ros/jazzy /setup.bash
181
181
source install/setup.bash
182
182
# shellcheck disable=SC1083
183
183
scenario_batch_execution -i examples/example_library/scenarios -o test_example_library --ignore-process-return-value -- ros2 launch scenario_execution_ros scenario_launch.py scenario:={SCENARIO} output_dir:={OUTPUT_DIR}
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Test Example Variation
205
205
shell : bash
206
206
run : |
207
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
207
+ source /opt/ros/jazzy /setup.bash
208
208
source install/setup.bash
209
209
scenario_variation -o scenario_variation_out examples/example_scenario_variation/example_scenario_variation.osc
210
210
# shellcheck disable=SC1083
@@ -232,7 +232,7 @@ jobs:
232
232
- name : Test Example Nav2
233
233
shell : bash
234
234
run : |
235
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
235
+ source /opt/ros/jazzy /setup.bash
236
236
source install/setup.bash
237
237
Xvfb :1 -screen 0 800x600x16 &
238
238
export DISPLAY=:1.0
@@ -265,7 +265,7 @@ jobs:
265
265
- name : Test Example Simulation
266
266
shell : bash
267
267
run : |
268
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
268
+ source /opt/ros/jazzy /setup.bash
269
269
source install/setup.bash
270
270
Xvfb :1 -screen 0 800x600x16 &
271
271
export DISPLAY=:1.0
@@ -298,7 +298,7 @@ jobs:
298
298
- name : Test Example Multirobot
299
299
shell : bash
300
300
run : |
301
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
301
+ source /opt/ros/jazzy /setup.bash
302
302
source install/setup.bash
303
303
Xvfb :1 -screen 0 800x600x16 &
304
304
export DISPLAY=:1.0
@@ -318,7 +318,7 @@ jobs:
318
318
if : always()
319
319
shell : bash
320
320
run : |
321
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
321
+ source /opt/ros/jazzy /setup.bash
322
322
source /rosbag2_to_video/install/setup.bash
323
323
ros2 bag to_video -t /static_camera/image_raw -o test_example_multirobot/example_multi_robot/example-multi-robot.mp4 test_example_multirobot/example_multi_robot/rosbag2_* --fps 5 --codec mp4v
324
324
- name : Upload video
@@ -350,7 +350,7 @@ jobs:
350
350
- name : Test Example External Method
351
351
shell : bash
352
352
run : |
353
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
353
+ source /opt/ros/jazzy /setup.bash
354
354
source install/setup.bash
355
355
export -n CYCLONEDDS_URI
356
356
export ROS_DOMAIN_ID=2
@@ -379,7 +379,7 @@ jobs:
379
379
- name : Test Example Moveit2
380
380
shell : bash
381
381
run : |
382
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
382
+ source /opt/ros/jazzy /setup.bash
383
383
source install/setup.bash
384
384
Xvfb :1 -screen 0 800x600x16 &
385
385
export DISPLAY=:1.0
@@ -413,7 +413,7 @@ jobs:
413
413
- name : Test Scenario Execution Gazebo
414
414
shell : bash
415
415
run : |
416
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
416
+ source /opt/ros/jazzy /setup.bash
417
417
source install/setup.bash
418
418
Xvfb :1 -screen 0 800x600x16 &
419
419
export DISPLAY=:1.0
@@ -446,7 +446,7 @@ jobs:
446
446
- name : Test Scenario Execution Nav2
447
447
shell : bash
448
448
run : |
449
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
449
+ source /opt/ros/jazzy /setup.bash
450
450
source install/setup.bash
451
451
Xvfb :1 -screen 0 800x600x16 &
452
452
export DISPLAY=:1.0
@@ -465,7 +465,7 @@ jobs:
465
465
if : always()
466
466
shell : bash
467
467
run : |
468
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
468
+ source /opt/ros/jazzy /setup.bash
469
469
source /rosbag2_to_video/install/setup.bash
470
470
ros2 bag to_video -t /static_camera/image_raw -o test_scenario_execution_nav2/test_scenario_execution_nav2/example_nav2.mp4 test_scenario_execution_nav2/test_scenario_execution_nav2/rosbag2_* --fps 5 --codec mp4v
471
471
- name : Upload video
@@ -492,7 +492,7 @@ jobs:
492
492
- name : Test Scenario Execution PyBullet
493
493
shell : bash
494
494
run : |
495
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
495
+ source /opt/ros/jazzy /setup.bash
496
496
source install/setup.bash
497
497
Xvfb :1 -screen 0 800x600x16 &
498
498
export DISPLAY=:1.0
@@ -522,7 +522,7 @@ jobs:
522
522
- name : Test Scenario Execution X11
523
523
shell : bash
524
524
run : |
525
- source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }} /setup.bash
525
+ source /opt/ros/jazzy /setup.bash
526
526
source install/setup.bash
527
527
sudo apt -y install mesa-utils
528
528
Xvfb :1 -screen 0 800x600x16 &
0 commit comments