ros / executive_smach

A procedural python-based task execution framework with ROS integration.
Other
171 stars 139 forks source link

Create ROS2 documentation for smach #118

Open martincerven opened 4 months ago

martincerven commented 4 months ago

It would be nice to have up to date docs for ROS2 smach. Without it, new people will have zero incentive to use it with ROS2, since a lot of things changed from ROS1, and if they can't run examples with copy/paste from docs, they will move to some other, more maintained packages.

It's also not super obvious how to write docs for ROS2 packages, but after some digging the docs should live inside package repo and be automatically built with ROS buildfarm instead of editing external wikis, and be accessible here: https://docs.ros.org/en/rolling/p/smach/

I could start digging into/writing docs as soon I get more familiar with smach on ROS2, but it would be nice if other users/maintainer gave feedback/contributed.

Here are some useful links: