Skip to content

Commit

Permalink
Revert "Include underlay source folder in rosdep path (ros-navigation…
Browse files Browse the repository at this point in the history
…#2025)"

This reverts commit 13c878b.
  • Loading branch information
ruffsl committed Apr 16, 2021
1 parent c31b473 commit feda569
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,9 @@ _commands:
sha256sum $PWD/checksum.txt >> checksum.txt
apt-get update
rosdep update
# workarround for OMPL and rosdep
# https://github.com/ompl/ompl/issues/753
# Prevent searching $ROS_WS/install given it's too big for rosdep
if [ "$ROS_WS" == "<< parameters.underlay >>" ]; then
underlay_ws=""
else
underlay_ws=<< parameters.underlay >>/src
fi
echo underlay_ws = $underlay_ws
dependencies=$(
rosdep install -q -y \
--from-paths src \
$underlay_ws \
--ignore-src \
--skip-keys " \
slam_toolbox \
Expand Down

0 comments on commit feda569

Please sign in to comment.