Last active
October 7, 2020 22:00
-
-
Save sequoiap/555029fb0536d45f32b210faff7436cd to your computer and use it in GitHub Desktop.
This file contains 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
cd ~ | |
mkdir -p hummingbird_ws/src | |
cd hummingbird_ws/src | |
catkin_init_workspace | |
git clone https://magiccvs.byu.edu/gitlab/hummingbird/hb_student.git | |
git clone https://magiccvs.byu.edu/gitlab/hummingbird/hb.git | |
cd hb | |
git checkout --track origin/fall_2020 | |
cd ../hb_student | |
git checkout --track origin/fall_2020 | |
cd .. | |
cd .. | |
catkin_make | |
source ~/hummingbird_ws/devel/setup.bash | |
echo "source ~/hummingbird_ws/devel/setup.bash" >> ~/.bashrc | |
echo "Please copy over your dynamics.py file now." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment