Skip to content

Commit

Permalink
adding rcpputils as a dep to use rcpputils::fs::remove_all
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan99 committed Jul 22, 2020
1 parent b21033c commit 1c47169
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
$UNDERLAY_WS/ros2_dependencies.repos
vcs import src < ros2_dependencies.repos
rosdep install -y --ignore-src --skip-keys "slam_toolbox" --from-paths src
colcon build --symlink-install --packages-up-to nav2_costmap_2d
colcon build --symlink-install --packages-up-to nav2_costmap_2d rcpputils
source $UNDERLAY_WS/install/local_setup.bash
cd $OVERLAY_WS && rosdep install -y --ignore-src --from-paths src
- run:
Expand Down
5 changes: 5 additions & 0 deletions tools/ros2_dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ repositories:
type: git
url: https://github.com/ros-planning/navigation2.git
version: master

ros2/rcpputils:
type: git
url: https://github.com/ros2/rcpputils.git
version: foxy

0 comments on commit 1c47169

Please sign in to comment.