Skip to content

Instantly share code, notes, and snippets.

@sequoiap
Last active October 7, 2020 22:00
Show Gist options
  • Save sequoiap/555029fb0536d45f32b210faff7436cd to your computer and use it in GitHub Desktop.
Save sequoiap/555029fb0536d45f32b210faff7436cd to your computer and use it in GitHub Desktop.
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