rosdoc fuerte python ValueError
Hey all,
after upgrading to ubuntu precise and ros fuerte I have problems when running rosdoc. I always get the error paste below.
Any idea what to do?
Tinne
fiep@Fiep /opt/ros/fuerte/stacks/documentation/rosdoc $ ./rosdoc geometric_semantics /opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/rdcore.py:43: UserWarning: roslib.rospack is deprecated, please use rospkg import roslib.rospack initializing rosdoc context: package filters: ['geometric_semantics'] path filters: [] +package[geometric_semantics] +stack[geometric_relations_semantics] Traceback (most recent call last): File "/opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/__init__.py", line 134, in main artifacts = generate_docs(ctx) File "/opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/__init__.py", line 83, in generate_docs import doxygenator File "/opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/doxygenator.py", line 334, in <module> header_template = load_tmpl(header_template_name()) File "/opt/ros/fuerte/stacks/documentation/rosdoc/src/rosdoc/doxygenator.py", line 199, in header_template_name major, minor, patch = doxygen_version.split('.') ValueError: too many values to unpack
Given the error message, can you post your Doxygen version number by running the command-line option?
doxygen --version: 1.7.6.1
python -- version: Python 2.7.3
Just to inform you that one of my colleagues, Steven, is able to run rosdoc for the same package on his computer. He also has ros fuerte and python 2.7.3. He however has doxygen 1.7.5 and compiled ros-fuerte-documentation from source.
Just to inform you that one of my colleagues, Steven, is able to run the documentation.