Skip to content

Commit

Permalink
Adapt rosdep paths of install_debs.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Grupp <[email protected]>
  • Loading branch information
MichaelGrupp committed Nov 2, 2020
1 parent 433e5e6 commit 8848743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ cd dev_ws
rosdep update
# TODO(MichaelGrupp): explicitly declare paths during the ROS2 migration.
# Once everything in src works, switch back to "--from-paths src".
WORKING_PATHS="src/cartographer src/cartographer_ros/cartographer_ros_msgs"
WORKING_PATHS="src/cartographer"
rosdep install --from-paths ${WORKING_PATHS} --ignore-src --rosdistro=${ROS_DISTRO} -y

0 comments on commit 8848743

Please sign in to comment.