StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
79 stars 17 forks source link

CLI tool #17

Open zflat opened 2 years ago

zflat commented 2 years ago

I see that this project is using bash and sed to accomplish generating files from templates. I suggest use of a better tool. One example is https://cookiecutter.readthedocs.io/en/1.7.2/

destogl commented 2 years ago

This is a great idea. Do you have any experience with this tool?

zflat commented 2 years ago

I do not, but cookiecutter seems to be the most popular tool of this type for python.