Manipulation issues due to incorrect COM of GoogleScanned Objects #3941
shivanimall
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @erwincoumans ,
I loaded these objects in pybullet, and It seems like the COM of google scanned objects is not the geometric mean COM, instead is at the bottom of the object. This leads to wobbly behaviour such that the object never falls down after a failed/unstable grasp with a jaw gripper.
trimesh
gives access to COM of the mesh viatouch_obj_mesh.convex_hull.center_mass
, would using that in the urdf intertial tag work?Are there any known/suggested solutions to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions