what does pose element mean under model element?
in sdf documentationlink text(format version 1.5),
the description of pose element said, a position and orientation with respect to the specified frame.
but when learning gazebo tutoriallink text, for example,
no specified frame exists.
what does frame mean and how to use it?
if no frame is specified, how to understand the value in pose element? in gazebo GUI, when I finish building my model(assigning some value to pose element), I can still insert the model to any position, does it make sense?
Asked by Zephyr_8 on 2021-01-06 03:39:17 UTC
Answers
In SDFormat, the pose of any element when no frame is specified is the pose with respect to the parent frame. The parent frame, with some exceptions, is the parent xml element. So for a model, the parent frame would be either the world or another model. Please see http://sdformat.org/tutorials?tut=pose_frame_semantics&cat=specification& for more details.
Asked by azeey on 2021-01-06 17:27:05 UTC
Comments