ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The error message means that your XML is invalid: there's a " " missing in front of velocity
. You can validate XML using the following command:
xmlstarlet val myfile.xml
Apart from that, your file looks good. Later, you'll want to add <collision>
tags (just copy the <visual>
tags).