Robotics StackExchange | Archived questions

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 by 15364925064@163.com on 2023-05-16 20:45:52 UTC

Comments

Answers

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=joint. 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 by Veerachart on 2023-05-25 00:18:11 UTC

Comments