Bullet Physics

Bullet physics engine wrapper. More...

Files

file  BulletTypes.hh
 Bullet wrapper forward declarations and typedefs.
 

Classes

class  BulletBallJoint
 BulletBallJoint class models a ball joint in Bullet. More...
 
class  BulletBoxShape
 Bullet box collision. More...
 
class  BulletCollision
 Bullet collisions. More...
 
class  BulletCylinderShape
 Cylinder collision. More...
 
class  BulletFixedJoint
 A fixed joint. More...
 
class  BulletHeightmapShape
 Height map collision. More...
 
class  BulletHinge2Joint
 A two axis hinge joint. More...
 
class  BulletHingeJoint
 A single axis hinge joint. More...
 
class  BulletJoint
 Base class for all joints. More...
 
class  BulletLink
 Bullet Link class. More...
 
class  BulletMesh
 Triangle mesh collision helper class. More...
 
class  BulletMeshShape
 Triangle mesh collision. More...
 
class  BulletMotionState
 Bullet btMotionState encapsulation. More...
 
class  BulletMultiRayShape
 Bullet specific version of MultiRayShape. More...
 
class  BulletPhysics
 Bullet physics engine. More...
 
class  BulletPlaneShape
 Bullet collision for an infinite plane. More...
 
class  BulletPolylineShape
 Bullet polyline shape. More...
 
class  BulletRayShape
 Ray shape for bullet. More...
 
class  BulletScrewJoint
 A screw joint. More...
 
class  BulletSliderJoint
 A slider joint. More...
 
class  BulletSphereShape
 Bullet sphere collision. More...
 
class  BulletSurfaceParams
 Bullet surface parameters. More...
 
class  BulletTypes
 A set of functions for converting between the math types used by gazebo and bullet. More...
 
class  BulletUniversalJoint
 A bullet universal joint class. More...
 
class  gzBtUniversalConstraint
 Functions that implement a universal joint/constraint using bullet. More...
 

Enumerations

enum  BulletParam {
  SOLVER_TYPE, GLOBAL_CFM, GLOBAL_ERP, PGS_ITERS,
  SOR, CONTACT_SURFACE_LAYER, MAX_CONTACTS, MIN_STEP_SIZE
}
 Bullet physics parameter types. More...
 

Detailed Description

Bullet physics engine wrapper.

Enumeration Type Documentation

enum BulletParam

Bullet physics parameter types.

Enumerator
SOLVER_TYPE 

Solve type.

GLOBAL_CFM 

Constraint force mixing.

GLOBAL_ERP 

Error reduction parameter.

PGS_ITERS 

Number of iterations.

SOR 

SOR over-relaxation parameter.

CONTACT_SURFACE_LAYER 

Surface layer depth.

MAX_CONTACTS 

Maximum number of contacts.

MIN_STEP_SIZE 

Minimum step size.