Skip to content

Commit 1e6993a

Browse files
committed
Attempt to not install BT from apt.
Signed-off-by: Benjamin Perseghetti <[email protected]>
1 parent 86c8569 commit 1e6993a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/industrial-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
# It also is out of date, so grid_map is just going to skip keys we are sure don't work.
3535
- name: set ROSDEP_SKIP_KEYS to skip nav2 keys
3636
if: ${{ matrix.env.ROS_DISTRO == 'rolling' }}
37-
run: echo "ROSDEP_SKIP_KEYS=slam_toolbox" >> $GITHUB_ENV
37+
run: echo "ROSDEP_SKIP_KEYS=slam_toolbox behaviortree-cpp" >> $GITHUB_ENV
3838
- uses: 'ros-industrial/industrial_ci@master'
3939
env: ${{matrix.env}}

tools/ros2_dependencies.repos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
repositories:
2+
BehaviorTree/BehaviorTree.CPP:
3+
type: git
4+
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5+
version: 4.6.2
26
ros-planning/navigation2:
37
type: git
48
url: https://github.com/ros-navigation/navigation2.git

0 commit comments

Comments
 (0)