<sdf version="1.9">
<model name="M">
<link name="L">
<pose rotation_format="quat_xyzw"/>
</link>
</model>
</sdf>
Error [Param.cc:557] The value for //pose[@rotation_format='quat_xyzw'] must have 7 values, but 6 were found instead in '0 0 0 0 0 0'.
Error [Param.cc:837] Failed to set value '0 0 0 0 0 0' to key [pose] for new parent element of name 'pose', reverting to previous value '0 0 0 0 0 0'.
Error: Could not find the 'robot' element in the xml file
at line 80 in /build/urdfdom-YMMa9X/urdfdom-1.0.0/urdf_parser/src/model.cpp
Environment
mainDescription
//pose/@rotation_format, the pose<pose rotation_format="quat_xyzw"></pose>should also be interpreted as identity pose.<pose rotation_format="quat_xyzw"></pose>is considered an error.Steps to reproduce
Save the following to a file and run
ign sdf -kon itOutput