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 86c8569 commit 06c6b5bCopy full SHA for 06c6b5b
.github/workflows/industrial-ci.yaml
@@ -34,6 +34,6 @@ jobs:
34
# It also is out of date, so grid_map is just going to skip keys we are sure don't work.
35
- name: set ROSDEP_SKIP_KEYS to skip nav2 keys
36
if: ${{ matrix.env.ROS_DISTRO == 'rolling' }}
37
- run: echo "ROSDEP_SKIP_KEYS=slam_toolbox" >> $GITHUB_ENV
+ run: echo "ROSDEP_SKIP_KEYS=slam_toolbox behaviortree-cpp" >> $GITHUB_ENV
38
- uses: 'ros-industrial/industrial_ci@master'
39
env: ${{matrix.env}}
0 commit comments