Skip to content

Instantly share code, notes, and snippets.

@thomasweng15
Created February 13, 2019 17:30
Show Gist options
  • Save thomasweng15/754e219a52487ade77048f57e54e9390 to your computer and use it in GitHub Desktop.
Save thomasweng15/754e219a52487ade77048f57e54e9390 to your computer and use it in GitHub Desktop.
Lab account setup
rosdep update
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws
catkin build
cp -r packages/.* ~/catkin_ws/src/.*
catkin build
cp ~/setup/scripts/thing1.sh ~/catkin_ws/thing1.sh
cp ~/setup/scripts/thing2.sh ~/catkin_ws/thing2.sh
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment