I'm trying to connect two models in the world together, how do I do this
I'm trying to connect two models in the world together, how do I do this
asked 2023-05-16 20:45:52 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I'm trying to connect two models in the world together, how do I do this
You can try adding a joint (fixed, or other types) to the sdf file, connecting a link from each model by giving the link's name (model1::link
and model2::link
for example). See more about joints http://sdformat.org/spec?ver=1.7&elem.... I'm not sure about any limitation. Maybe the child link of this joint must be the canonical link of the model.
If you want to do this on runtime, you may need to create a joint through a world/model plugin.
Asked: 2023-05-16 20:45:52 -0500
Seen: 100 times
Last updated: May 25