You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Environment
main
Description
//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 -k
on itOutput
The text was updated successfully, but these errors were encountered: