3473f / ros2autodoc

ROS2 CLI tool to generate ROS Wiki style documentation template for ROS2 nodes
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Support launch files #65

Closed 3473f closed 3 months ago

3473f commented 3 months ago

This PR implements support for launch files as a mechanism to start nodes. This allows composable nodes to be started and therefore closes #64. This also fixes a bug in the doc_writer.py where Actions section head was not written to the file.