Robotics StackExchange | Archived questions

Error in setting Joint axis element

Hello,

I am trying to set a joint's axis according to its parent frame and I am using SDF 1.6, so according to the SDFFormat Specification I am using 1 in the axis element of my joint, but this is giving me the following error:

Warning [parser.cc:950] XML Element[useparentmodelframe], child of element[joint] not defined in SDF. Ignoring[useparentmodelframe]. You may have an incorrect SDF file, or an sdformat version that doesn't support this element.

But the model is opening just fine, but apparently the axis is not set correctly. So what's wrong? Thank you in advance.

Asked by abed on 2020-07-01 02:36:48 UTC

Comments

Answers

use_parent_model_frame is a child of axis, not joint.

Asked by nlamprian on 2020-07-01 02:56:23 UTC

Comments