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 1e6993aCopy full SHA for 1e6993a
.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}}
tools/ros2_dependencies.repos
@@ -1,4 +1,8 @@
1
repositories:
2
+ BehaviorTree/BehaviorTree.CPP:
3
+ type: git
4
+ url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5
+ version: 4.6.2
6
ros-planning/navigation2:
7
type: git
8
url: https://github.com/ros-navigation/navigation2.git
0 commit comments