We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b870a3 commit 888ab82Copy full SHA for 888ab82
.github/workflows/iron.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Unit Tests
33
run: source /root/.cargo/env; cargo test
34
- name: Start rosbridge
35
- run: source /opt/ros/humble/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
+ run: source /opt/ros/iron/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
36
- name: Integration Tests
37
run: source /root/.cargo/env; cargo test --features ros2_test -- --test-threads 1
0 commit comments