Skip to content

Commit

Permalink
Use faster install in make file
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 18, 2024
1 parent f73fc8f commit 68f50eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ pull-files:
rosdep:
# Update rosdep and install dependencies from meta directory
rosdep update
rosdep install -iry --from-paths ..
# Small hack to make rosdep install all dependencies at once
# See https://github.com/ros-infrastructure/rosdep/issues/671
bash -c "sudo apt install -y $(rosdep check --from-paths .. --ignore-src --rosdistro iron | sed -n 's/^apt\s\+//p' | tr '\n' ' ')"

status:
vcs status ..
Expand Down

0 comments on commit 68f50eb

Please sign in to comment.