Skip to content

Instantly share code, notes, and snippets.

@jmsktm
Created May 4, 2019 04:33
Show Gist options
  • Save jmsktm/182d42076e70835e15d7aae460b085f4 to your computer and use it in GitHub Desktop.
Save jmsktm/182d42076e70835e15d7aae460b085f4 to your computer and use it in GitHub Desktop.
Script to setup the workspace for Udacity's Self Driving Car capstone project
pip install --upgrade pip
sudo apt-get update
sudo apt-get install python-catkin-pkg -y
pip install matplotlib
cd /home/workspace/CarND-Capstone/ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment