ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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).