Gepetto / example-robot-data

Set of robot URDFs for benchmarking and developed examples.
BSD 3-Clause "New" or "Revised" License
143 stars 51 forks source link

[question] bolt initial configuration #97

Closed gfadini closed 2 years ago

gfadini commented 3 years ago

Hi, I'm not sure if here is the right place to ask, maybe I should replicate over to https://github.com/open-dynamic-robot-initiative/robot_properties_bolt I noticed that there is an small gap ~3cm between the foot and the ground for the bolt model for the initial configuration in the srdf. Is this done on purpose to include the dimensions of the foot which is missing in the model? If not, maybe the offset should be removed in /robots/bolt_description/srdf/bolt.srdf line 25 with the change

-        <joint name="root_joint" value="0. 0. 0.35487417 0. 0. 0. 1." />
+        <joint name="root_joint" value="0. 0. 0.32478765 0. 0. 0. 1." />
jcarpent commented 2 years ago

I do think you should first discuss this issue with the creators of BOLT ;)

gfadini commented 2 years ago

You're right @jcarpent, these details really depend on how the robot models were generated, I'll close the issue

cmastalli commented 2 years ago

I think we could integrate the suggested modifications in this repo.

In the other robots, we have not such kind of offset. @gfadini feel free to make a PR here.