Unable to validate URDF file
I am trying to validate this basic URDF file:
<?xml version="1.0"?>
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="rover">
</robot>
When using XML Copy Editor I am able to have it pass the well-formed check but when I try to validate it I get the following error:
Error at line 2, column 65: no declaration found for element 'robot'
Is there something anyone can see in this basic URDF file that is invalid or why it is unable to find the element for robot?
I'm touching this question because I'm having _exactly_ the same problem.
Does anyone have any suggestions about a solution?