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 be161da commit ba3a6c9Copy full SHA for ba3a6c9
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
27
run: sudo apt install ros-${{ matrix.ros_distro }}-nav-msgs -y
28
- name: Install rosidl-default-generators
29
run: sudo apt install ros-${{ matrix.ros_distro }}-rosidl-default-generators -y
30
+ - name: Install geographic_msgs
31
+ run: sudo apt install ros-${{ matrix.ros_distro }}-geographic_msgs -y
32
- name: Build and run tests
33
id: action-ros-ci
34
uses: ros-tooling/[email protected]
0 commit comments