Can we create joints between different models
Is it possible to create a joint between two models in Gazebo?
I saw something like this in a Gazebo Classic example, but it doesn't seem to work in Ignition Gazebo.
<parent>model1::base_link</parent>
<child>model2::base_link</child>