Skip to content

Commit

Permalink
Chore: Adds rosdep to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-mayr committed Nov 7, 2023
1 parent f3ecc6a commit 9e7dd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

sudo apt install python3-rosdep
if [ ! -d "src" ]
then
print "This script should be run in a catkin workspace. Exiting."
Expand Down Expand Up @@ -43,4 +43,4 @@ sudo make install
cd ../..

# Rebuild the library cache
sudo ldconfig
sudo ldconfig

0 comments on commit 9e7dd16

Please sign in to comment.