Go to file
Alex Davies b12aaaa1ac Add ROS scaffolding 2024-09-18 15:27:24 -03:00
.copier Initial commit 2024-03-06 16:42:32 -04:00
src Add ROS scaffolding 2024-09-18 15:27:24 -03:00
README.md Initial commit 2024-03-06 16:42:32 -04:00
copier.yml Add ROS scaffolding 2024-09-18 15:27:24 -03:00

README.md

This is a template for use with copier.

To get started run copier copy https://git.spirirobotics.com/Spiri/template-service-ros1-catkin.git ./ inside your git repo.

If copier overwrites files you can use git difftool to see what changes it has made.

You can use find .copier/ -type f -exec copier update --skip-answered -a {} \; to update all applied templates.