ros / diagnostics

Packages related to gathering, viewing, and analyzing diagnostics data from robots.
https://index.ros.org/p/diagnostics/
Other
102 stars 178 forks source link

Add missing rclpy dependency to common_diagnostics to fix rosdoc2 output #402

Open rkent opened 4 weeks ago

rkent commented 4 weeks ago

Hi, current maintainer of rosdoc2 here. I enjoyed the talk on diagnostics at ROSCON 2024, so I thought I would try to figure out why some documentation is missing. Turns out to be pretty straightforward: a missing dependency.

You should see at https://docs.ros.org/en/rolling/p/diagnostic_common_diagnostics/diagnostic_common_diagnostics.html that all of the submodule python documentation is missing. This PR fixes it in my fork.