Connecting Panda arm in gazebo to another object/robot #44
Replies: 2 comments
-
Hi, First of all, you need to make sure that the TF tree is complete (i.e. the root node is As a simple example on how to use the 'connected_to' parameter, you can look at the attached zip file ( I realise your case may be more complicated because of the more complex structure and the mobile nature of the base; I have not tested it with a moving base, and you may need to do more than just what I have explained above. Also, you may find it useful to go through the sawyer_simulator and sawyer_description packages; they have the functionality to mount the robot on a more complex structure (pedestal) and it looks like they have a way of making the base non-static (I have not tried this feature out myself; I have only gone through their description package quickly). I hope this helps you in some way. If you find a better way to incorporate adding a different base for the robot, please let me know and/or feel free to raise a PR! |
Beta Was this translation helpful? Give feedback.
-
I just saw that you had posted this question in the Franka Community forum (I am assuming this is you because the question is similar). Please note that this repository is not an official package by Franka Emika, so they will not be able to provide you with any support for this package or any of my other repositories. |
Beta Was this translation helpful? Give feedback.
-
We are using this to make a simulation for some research involving a Clearpath Husky and a Panda arm and am running into issues. We can't figure out how to connect/mount the Panda arm to another object. We made a launch file to launch both the Husky and the Panda into the same gazebo world. We also modified the franka_panda_description URDF to use the connected_to parameter already in it to connect the Panda to a Husky link (in the Husky URDF) but it crashes due to this. Any ideas or experience getting this Panda simulation mounted onto another object in gazebo? Or examples on how to utilize the connected_to parameter in the franka_panda_description urdf?
Beta Was this translation helpful? Give feedback.
All reactions