Template repository for the MRC-N workshop
See also the instructions in our lecture slides.
- Clone this repo
- Rename it locally to match your group id, e.g. "mrc_n_group_1".
- Change the name of the package in the "CMakeLists.txt" and "package.xml"
- Create a custom repository in your private account that matches this new name
- Change the remote of your local repository to your private one
- Push your changes to confirm this works
Add all of your install instructions here if you require anything else than the standard ROS stack.
Add ALL of your required launchfiles in the launch folder. In the end, we will only call the bringup.launch. So if you create "smaller" launchfiles for subcomponents like the localization or navigation, make sure to include them in the bringup.launch file.