Skip to content

Commit

Permalink
Fix circle ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Mittal <sarthakmittal2608@gmail.com>
  • Loading branch information
naiveHobo committed Jun 24, 2020
1 parent d492fd4 commit dbc94a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
apt upgrade -y
source `find $ROS_WS -maxdepth 2 -name local_setup.bash | sort | head -1`
mkdir -p $UNDERLAY_WS/src
mkdir -p $OVERLAY_WS/src/grid_map && mv `find -maxdepth 1 -not -name . -not -name src` $OVERLAY_WS/src/grid_map/
cp $OVERLAY_WS/src/grid_map/tools/ros2_dependencies.repos \
$UNDERLAY_WS/ros2_dependencies.repos
cd $UNDERLAY_WS && vcs import src < ros2_dependencies.repos
colcon build --symlink-install --packages-up-to nav2_costmap_2d
source $UNDERLAY_WS/install/setup.bash
cd $OVERLAY_WS
mkdir -p $OVERLAY_WS/src/grid_map && mv `find -maxdepth 1 -not -name . -not -name src` $OVERLAY_WS/src/grid_map/
rosdep update
rosdep install -y --ignore-src --from-paths src
- run:
Expand Down

0 comments on commit dbc94a1

Please sign in to comment.