- Tim Metzler @tmetzl
You can find general information about the course and the prerequisites at the wiki.
Clone your repository into the src folder of your catkin workspace.
Then go to the root folder of your catkin workspace and execute catkin_make
in a terminal. Don't forget to source your workspace.
To set up the master repository at https://github.com/HBRS-AMR/AMR-SS18 as your upstream, go to the local clone of your repository, open a terminal and type the following:
git remote add AMR-SS18 https://github.com/HBRS-AMR/AMR-SS18
Make sure to pull from this upstream regularly to get the code for the new assignments:
git pull AMR-SS18 master