ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

rosdoc missing main index.html in fuerte (11/07/12) #21

Closed mirzashah closed 11 years ago

mirzashah commented 11 years ago

Issue migrated from code.ros.org and submitted by zaza1851983, ticket #4062 https://code.ros.org/trac/ros/ticket/4062

Description

I had an ubuntu 10.04 system with ros diamondback and some own packages. I upgraded to ubuntu 12.04 and ros electric. Whenever I call

rosrun rosdoc rosdoc pkg1 pkg2 Everything seems to work fine with some warning about missing dependancies, every package has generated its own documentation, but the main index.html is missing

Ubuntu 12.04 64 bit ros fuerte from the repository

Output: rosrun rosdoc rosdoc camera1394 vision_msgs 2 /opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/rdcore.py:43: UserWarning: roslib.rospack is deprecated, please use rospkg 3 import roslib.rospack 4 initializing rosdoc context: 5 package filters: ['camera1394', 'vision_msgs'] 6 path filters: [] 7 +package[vision_msgs] 8 +package[camera1394] 9 +stack[trunk] 10 doxygen-ating vision_msgs [doxygen /tmp/tmpMxinvw] 11 warning: Tag DETAILS_AT_TOP' at line 23 of file /tmp/tmpMxinvw has become obsolete. 12 To avoid this warning please update your configuration file using "doxygen -u" 13 doxygen-ating camera1394 [doxygen /tmp/tmprdNhrW] 14 warning: TagDETAILS_AT_TOP' at line 23 of file /tmp/tmprdNhrW has become obsolete. 15 To avoid this warning please update your configuration file using "doxygen -u" 16 warning: tag INCLUDE_PATH: include path /opt/ros/fuerte/stacks/driver_common/driver_base/msg/cpp' does not exist 17 warning: tag INCLUDE_PATH: include path/opt/ros/fuerte/stacks/diagnostics/self_test/srv/cpp' does not exist 18 warning: tag INCLUDE_PATH: include path /opt/ros/fuerte/stacks/dynamic_reconfigure/msg/cpp' does not exist 19 warning: tag INCLUDE_PATH: include path/opt/ros/fuerte/stacks/dynamic_reconfigure/srv/cpp' does not exist 20 warning: source /opt/ros/fuerte/stacks/driver_common/driver_base/msg/cpp is not a readable file or directory... skipping. 21 warning: source /opt/ros/fuerte/stacks/diagnostics/self_test/srv/cpp is not a readable file or directory... skipping. 22 warning: source /opt/ros/fuerte/stacks/dynamic_reconfigure/msg/cpp is not a readable file or directory... skipping. 23 warning: source /opt/ros/fuerte/stacks/dynamic_reconfigure/srv/cpp is not a readable file or directory... skipping. 24 copying /opt/ros/fuerte/stacks/documentation/rosdoc/templates/styles.css to doc/styles.css 25 copying /opt/ros/fuerte/stacks/documentation/rosdoc/templates/msg-styles.css to doc/msg-styles.css 26 Timings 27 * 0.00 epydoc 28 * 0.00 support_files 29 * 2.66 doxygen 30 * 0.00 sphinx 31 * 0.00 upload 32 * 0.00 landing-page 33

eitanme commented 11 years ago

This doesn't really apply to rosdoc_lite because it indexes strictly on a per-package basis. Closing.