diff --git a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml index 17cef6bf07e7dffbdc6e22cae9949f868e5c8bea..59527d336b51e4cc15a834e746dba8d195f5e2b3 100644 --- a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml +++ b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml @@ -58,7 +58,8 @@ jobs: shell: bash run: | cd $ROS_WORKSPACE - source /opt/ros/foxy/setup.bash + source /opt/ros/foxy/setup.bash + source /opt/openrobots/setup.bash colcon build # @@ -69,4 +70,5 @@ jobs: run: | cd $ROS_WORKSPACE source /opt/ros/foxy/setup.bash + source /opt/openrobots/setup.bash colcon test --packages-select dynamic_graph_bridge --event-handlers console_direct+ --return-code-on-test-failure