Skip to content

Commit

Permalink
Add script to fix workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
papiot committed Jan 18, 2019
1 parent 334142f commit ba63d6e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fix_workspace.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
echo "Fixing Udacity Self Driving car workspace..."

echo "Installing missing dependencies..."
apt-get -y install ros-kinetic-dbw-mkz
pip install catkin_pkg
pip install catkin
cd ros/
catkin_make

echo "Done...should be good to go now! "

0 comments on commit ba63d6e

Please sign in to comment.