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

You cannot change the tags in the XML file: i.e., what's inside the <> angle brackets. Rather, you can change what's between the two tags, i.e., you can write

<description> ABCDEF </description> or something else. But the tags themselves are predefined and when this xml file is read, the system looks for what's between the description tags. So changing the tag itself will result in the system not understanding what you are specifying.