ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I don't know why, but apparently the Doc job didn't find any packages in the repository you submitted:

03:42:12 No packages found in source space: /tmp/catkin_workspace/src
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:42:12 ~~  traversing 0 packages in topological order:
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If there are no packages, then there is no documentation to generate.

I don't know why, but apparently the Doc job didn't find any packages in the repository you submitted:

03:42:12 No packages found in source space: /tmp/catkin_workspace/src
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:42:12 ~~  traversing 0 packages in topological order:
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If there are no packages, then there is no documentation to generate.


Edit: and I think I know why: stacks don't exist any more in ROS, and since Fuerte we've moved on to another build system (ie: Catkin). All the packages in the repository you submitted (joaoquintas/auction_methods_stack) are rosbuild packages (ie: the old build system, which uses manifest.xml files).

The buildfarm uses Catkin for all Doc jobs, and Catkin doesn't support rosbuild packages in this way.

So when the Doc job crawls your repository, it finds 0 packages -> no documentation generated -> nothing updated on the wiki.

You'll have to migrate your packages to Catkin. See the migration guide for how to do that. Be sure to check the catkin howto documentation when something is unclear.

I don't know why, but apparently the Doc job didn't find any packages in the repository you submitted:

03:42:12 No packages found in source space: /tmp/catkin_workspace/src
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:42:12 ~~  traversing 0 packages in topological order:
03:42:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If there are no packages, then there is no documentation to generate.


Edit: and I think I know why: stacks don't exist any more in ROS, and since Fuerte we've moved on to another build system (ie: Catkin). All the packages in the repository you submitted (joaoquintas/auction_methods_stack) are rosbuild packages (ie: the old build system, which uses manifest.xml files).

The buildfarm uses Catkin for all Doc jobs, and Catkin doesn't support rosbuild packages in this way.

So when the Doc job crawls your repository, it finds 0 packages -> no documentation generated -> nothing updated on the wiki.

You'll have to migrate your packages to Catkin. See the migration guide for how to do that. Be sure to check the catkin howto documentation when something is unclear.