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 99c998c commit 7590120Copy full SHA for 7590120
.github/workflows/colcon.yaml
@@ -32,7 +32,7 @@ jobs:
32
apt update
33
rosdep update
34
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
35
- rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs"
+ rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs octomap_server"
36
shell: bash
37
- name: Colcon Build (Release)
38
run: |
0 commit comments