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 644bdcf commit 79e4643Copy full SHA for 79e4643
.github/workflows/ci_ubuntu20_04_foxy_ros2.yml
@@ -58,7 +58,8 @@ jobs:
58
shell: bash
59
run: |
60
cd $ROS_WORKSPACE
61
- source /opt/ros/foxy/setup.bash
+ source /opt/ros/foxy/setup.bash
62
+ source /opt/openrobots/setup.bash
63
colcon build
64
65
#
@@ -69,4 +70,5 @@ jobs:
69
70
71
72
source /opt/ros/foxy/setup.bash
73
74
colcon test --packages-select dynamic_graph_bridge --event-handlers console_direct+ --return-code-on-test-failure
0 commit comments