ROS package template for Python package generation
Are there any project templates for ROS Python packages which can be used with a project generator like cookiecutter?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Are there any project templates for ROS Python packages which can be used with a project generator like cookiecutter?
Look like this one is what you are looking for?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-04-06 14:15:41 -0500
Seen: 455 times
Last updated: May 30 '20
reprojectImageTo3D output to point cloud
ModuleNotFoundError: No module named 'SerialClient'
Localizing a robot by using a seperated Lidar sensor
Plotting rosbag topics in a single plot
It is possible to run the simulated omni-wheel robot without plugins
python errors on sourcing devel/setup.zsh
Error while launching rs_camera.launch
I don't know of anything distributed "officially" (ie: through some package or other distributable artefact from OSRF or the ROS buildfarm). I know of some work within ROSIN that goes in this direction (slightly further, code generation as well). Not sure when that will be released though.
Would have been nice if one could streamline package skeleton generation a bit. In case you can provide info about...: What will the ROSIN generation deal with exactly (what will it generate)?
Package structure, nodes, topics, launch files, etc. A bit more than just a skeleton package. And based on a declarative data structure (essentially an xml file, nothing too fancy). And some expectation management: it's not a research topic in ROSIN, so this is a convenience tool.
Sound helpful. Will this support ROS node packages (which include node/nodelet specific code) separate from ROS lib packages (which include code without any ROS dependencies despite of building)?
Note that the fact that I don't know about something for tools like
cookiecutter
doesn't mean it doesn't exist.