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

It looks like a couple of your dependencies don't have good close tags:

<run_depend>message_generation<run_depend>
<run_depend>message_runtime<run_depend>

Sometimes the XML parser doesn't realize there's an error until it gets to a close tag, so you have to look at the error message too, not just the line number.