[Documentation] [TitleIndex] [WordIndex

Stack Documentation

This is an example template for documenting Stacks. We are currently refining this template with Stacks currently going through the release process. Not all sections are relevant to all Stacks. This will eventually become a Wiki template.

  1. Summary of stack. Should summarize what functionality a stack exports and at what level (i.e. C++ library, scripts, ROS nodes, etc...)
  2. ROS API
  3. List of packages (autogenerated)
  4. Related Apps (i.e. where can the user find interesting usages of your stack, if applicable)
  5. Dependencies (autogenerated)
  6. "Click here to file a bug report"
  7. Changelist
  8. Expected Hardware. What hardware does a stack expect? What hardware has it been tested with? What is the recommended hardware?
  9. Use-based tutorials. e.g. porting the nav stack to another platform, configuring TF for your robot hardware, etc...
  10. Video Tutorials. e.g. TF in rviz, full set of visualizations for nav stack in rviz, etc...
  11. Debugging and Visualization. Description of how to visualize the state of your stack and debug problems.

ROS API Documentation

We will have to develop tools like rxgraph and possibly rosdoc more to enable this sort of documentation to be produced more easily. In general, ROS API documentation should include:

  1. Node configurations/graphs. For each associated launch file, a graphviz image of the nodes and their connectivity. Graph should be tweaked to highlight entry/exit points. This could probably be done with a modified version of rxgraph, plus some additional editing of the dot files. Ideally, the stack would come with a documentation directory containing the .dot files.
  2. List of tf frames used in this stack
  3. List of topics used in this stack
  4. List of services used in this stack


2024-02-24 12:23