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 a661fe6 commit f683de4Copy full SHA for f683de4
1 file changed
.github/workflows/linux-x64-build-and-test.yml
@@ -80,7 +80,7 @@ jobs:
80
# Install any remaining runtime dependencies using rosdep
81
rosdep init || true
82
rosdep update
83
- rosdep install --rosdistro rolling --from-paths /opt/ros/rolling/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastdds iceoryx_binding_c rmw_connextdds rti-connext-dds-7.3.0 urdfdom_headers python3-pyqt6.qtsvg"
+ rosdep install --rosdistro rolling --from-paths /opt/ros/rolling/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastdds iceoryx_binding_c rmw_connextdds rti-connext-dds-7.3.0 urdfdom_headers python3-pyqt6.qtsvg rosidl_buffer_py pybind11"
84
85
- name: Install test-msgs and mrpt_msgs on Linux
86
if: ${{ matrix.ros_distribution != 'rolling' }}
0 commit comments