Closed jacobperron closed 4 years ago
@ahcorde Running the build_docs.sh script caused some interface documentation to be removed, e.g. trajecory_msgs
, turtlesim
, and visualization_msgs
. I suspect this is because the tool ros2_generate_interface_docs
assumes those packages are already built in the workspace (which they are not currently by default)? Is that right?
I rebuilt docs with the changes in https://github.com/ros2/docs.ros2.org/pull/48. Now we still have documentation for the interfaces.
trajetory_msgs
and visualization_msgs
are in common_interfaces. These two should be generated. Maybe turtlesim
could be removed.
Docs were generated with the latest changes in #46.