Created
February 13, 2019 17:30
-
-
Save thomasweng15/754e219a52487ade77048f57e54e9390 to your computer and use it in GitHub Desktop.
Lab account setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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