Source code for the CAV workshop/challenge.
Here you can see the final code that you guys will be able to make by the end of the workshop.
MAKE SSH KEYS:
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
For the challenge you need to:
- Clone this repo:
git clone [email protected]:uwaft/cav_workshop_source.git
- Create a new branch:
git checkout -b \<name\>_workshop
- Costomize the code with your own road scenario, car configuration and any other changes you want to make!
- Push your changes:
git push origin \<name\>_workshop
Once you are done, go ahead and make a pull request so everyone can see your code!
For tips on using git, visit here