How to spawn one robot onto another in gazebo?
Hello,
This is the copy-paste version of this question: LINK
I have two different and independent robots. (TWO different URDF files)
In gazebo i want to spawn+attach the second robot to the top of the first robot (the top is defined by the eef_link
of robot1).
Of course, in this way, i want these robots to be connected, i.e., if robot1 actuates/moves its eef
then since robot2 is attached to it, therefore robot2 needs to move with robot1's eef.
Can you please provide a launch file that performs this spawning mechanism in gazebo?
Thank you in advance.
Asked by akosodry on 2019-06-17 07:09:56 UTC
Comments
What about http://osrf-distributions.s3.amazonaws.com/gazebo/api/7.1.0/classgazebo_1_1physics_1_1Model.html#a808eaa8a764fce46189fc36014ce8b38 ?
Then maybe this question could be useful for your case.
Asked by kumpakri on 2019-06-20 07:52:03 UTC