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
The new frame semantics feature of SDF allows specifying a relative_to attribute in the pose element. It could be very useful to insert models programmatically in a location relative to other models:
The new frame semantics feature of SDF allows specifying a
relative_to
attribute in thepose
element. It could be very useful to insert models programmatically in a location relative to other models:https://github.com/robotology/gym-ignition/blob/50caccfa1b5ddb617ec0b1aea98bfec72c8fbadf/cpp/scenario/gazebo/include/scenario/gazebo/World.h#L135-L137
A possible implementation could extent
core::Pose
(in a backward-compatible way) so that theWorld::insertModel*
methods do not need any new argument.The text was updated successfully, but these errors were encountered: