Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Those calculators don't seem to be correct, or at least they don't give the type of values that Gazebo expects.

What seems to work better is this, as found in some demos:

ixx = mass *(y*y+z*z)/12
iyy = mass *(x*x+z*z)/12
izz = mass *(x*x+z*z)/12

Those calculators don't seem to be correct, or at least they don't give the type of values that Gazebo expects.

What seems to work better is this, as found in some demos:

ixx = mass *(y*y+z*z)/12
iyy = mass *(x*x+z*z)/12
izz = mass *(x*x+z*z)/12
*(x*x+y*y)/12

Those calculators don't seem to be correct, or at least they don't give the type of values that Gazebo expects.

What seems to work better is this, as found in some demos:demos (for a bounding box):

ixx = mass *(y*y+z*z)/12
iyy = mass *(x*x+z*z)/12
izz = mass *(x*x+y*y)/12