Robotics StackExchange | Archived questions

One of the packages I've written on rosdistro do not appear on the wiki

I've added on Tuesday two packages to rosdistro/indigo/distribution.yaml as the following code shows:

summit_xl_common:
 doc:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_common.git
  version: indigo-devel
 source:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_common.git
  version: indigo-devel
 status: maintained
summit_xl_sim:
 doc:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_sim.git
  version: indigo-devel
 source:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_sim.git
  version: indigo-devel
 status: maintained

The problem is that while summitxlcommon have been added succesfully to the ros wiki (http://wiki.ros.org/summit_xl_common), the summitxlsim page is still blank (http://wiki.ros.org/summit_xl_sim) and says:

indigo: Cannot load information on name: summitxlsim, distro: indigo, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

And at jenkins page for Idocsummitxlsimubuntutrustyamd64 do not appear anything.

Why the page is still blank?

Asked by cvillar on 2016-06-23 05:13:13 UTC

Comments

http://wiki.ros.org/summit_xl_sim has content for me.

Asked by William on 2016-06-23 14:02:27 UTC

Documentation generated on June 23, 2016 at 01:45 PM

I thought that being added in the same commit, the documentation for both packages would be generated at the same time. Sorry for the stupis question.

Asked by cvillar on 2016-06-24 00:54:52 UTC

Ah, I see. It takes up to three days to have documentation run. Not sure why they didn't all kick off at the same time.

Asked by William on 2016-06-24 01:36:17 UTC

Answers