ROS project repository template for the University of Manitoba Robotics Team.
New projects should be forked from this repo (not using this as a template, as that prevents template changes from trickling down). Each new project must:
- Fill in missing fields in package.in.xml
- Fill in project name in CMakeLists.txt and Doxyfile
- Go into
umrt-build
package settings and give the new repo read permission - Go into
umrt-apt-image
package settings and give the new repo read permission - Go into
UMRoboticsTeam
organisation secrets and add the new repo to:APT_DEPLOY_KEY
APT_SIGNING_KEY
- Copy the rulesets (branch protection rules) from a mature repository like umrt-arm-firmware-lib
- Remove this notice and fill in below README template
- Write something in mainpage.dox
- Replace example files with real code, add source files to CMake targets, document it with Doxygen, and proceed
This library/executable/project implements XYZ functionality for the University of Manitoba Robotics Team's rover/robotic arm.
[See the documentation](https://umroboticsteam.github.io/********** project-name **********/)