-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tf2_ros dead link for Noetic's Python API #498
tf2_ros dead link for Noetic's Python API #498
Comments
The builds appear to be failing due to dot not being found.
This will need to be refiled upstream on the infrastructure. I'll figure out where. |
@tfoote, the log you have posted only shows issues for the cpp documentation, not python. |
But it isdeed needed, see https://github.com/ros-infrastructure/rosdoc_lite/blob/6d99148d04b93ad8bcc3984ec53ca93ce16bcade/src/rosdoc_lite/templates/doxy.template#L2076-L2082. This is confirmed as the inheritance graphs are not generated. |
@tfoote The Python documentation on noetic is still missing. That isn't solved by ros-infrastructure/ros_buildfarm#856. That should only have solved the missing inheritance graphs in the doxygen cpp documentation. Those are still missing, because probably no new build has been triggered, because of no changes in the actual package. To fix the python documentation, #521, should be merged. |
The inheritance diagrams on the CPP docs are still missing. Does it need to be triggered? Or does it require for something to be released. |
It should be a duration, not a float. Signed-off-by: Chris Lalancette <[email protected]>
Problem
http://docs.ros.org/en/noetic/api/tf2_ros/html/python results in HTTP Error 404. Same link with
melodic
instead ofnoetic
works.Impact
Cannot access current tf2_ros Python documentation for ROS Noetic.
Proposed Solution
Add the aforementioned resource to http://docs.ros.org/.
The text was updated successfully, but these errors were encountered: