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
As the URDF --> SDF converted was written before that time, all the SDF generated from URDF files by gz sdf -c model.urdf > model.sdf contain the option use_parent_model_frame set to 1. It would be great if SDF could produce a URDF with the use_parent_model_frame option set to 0.
This is due to the fact that the URDF is actually converted in [1] to a SDF 1.4, and then converted to a SDF 1.6 using the SDF conversion rules.
Original report (archived issue) by Silvio Traversaro (Bitbucket: traversaro).
The
use_parent_model_frame
option was added in SDF as part of https://bitbucket.org/osrf/gazebo/issues/494/make-joint-axis-reference-frame-relative and the related PRs .As the URDF --> SDF converted was written before that time, all the SDF generated from URDF files by
gz sdf -c model.urdf > model.sdf
contain the optionuse_parent_model_frame
set to 1. It would be great if SDF could produce a URDF with theuse_parent_model_frame
option set to 0.This is due to the fact that the URDF is actually converted in [1] to a SDF 1.4, and then converted to a SDF 1.6 using the SDF conversion rules.
Related issue: bulletphysics/bullet3#1707
[1] : https://github.com/osrf/sdformat/blob/master/src/parser_urdf.cc
The text was updated successfully, but these errors were encountered: