You will be using a duplicate of this repo for all development in the class. This repo provides starter code for the ROS subscriptions, publishers and control loops you will be using.
- Make sure you're logged into your GitHub account.
- Create a new repo with the same name under your GitHub account. Dont initialize that with anything.
git clone <this repository url>(found in the upper right)cd <cloned_repo>git push --mirror <your new repository url>
mkdir projectscd projectsgit clone <your repository url>(found in the upper right)cd <cloned_repo>make -j