ODE surface parameters.
More...
#include <ODESurfaceParams.hh>
|
double | bounce |
| bounce restitution coefficient [0,1], with 0 being inelastic, and 1 being perfectly elastic. More...
|
|
double | bounceThreshold |
| minimum contact velocity for bounce to take effect, otherwise the collision is treated as an inelastic collision. More...
|
|
double | cfm |
| Constraint Force Mixing parameter. More...
|
|
double | erp |
| Error Reduction Parameter. More...
|
|
double | kd |
| spring damping constant equivalents of a contact as a function of SurfaceParams::cfm and SurfaceParams::erp. More...
|
|
double | kp |
| spring constant equivalents of a contact as a function of SurfaceParams::cfm and SurfaceParams::erp. More...
|
|
double | maxVel |
| Maximum interpenetration error correction velocity. More...
|
|
double | minDepth |
| Minimum depth before ERP takes effect. More...
|
|
double | slip1 |
| Artificial contact slip in the primary friction direction. More...
|
|
double | slip2 |
| Artificial contact slip in the secondary friction dirction. More...
|
|
unsigned int | collideBitmask |
| Custom collision filtering. More...
|
|
bool | collideWithoutContact |
| Allow collision checking without generating a contact joint. More...
|
|
unsigned int | collideWithoutContactBitmask |
| Custom collision filtering used when collideWithoutContact is true. More...
|
|
gazebo::physics::ODESurfaceParams::ODESurfaceParams |
( |
| ) |
|
virtual gazebo::physics::ODESurfaceParams::~ODESurfaceParams |
( |
| ) |
|
|
virtual |
virtual void gazebo::physics::ODESurfaceParams::FillMsg |
( |
msgs::Surface & |
_msg | ) |
|
|
virtual |
virtual FrictionPyramidPtr gazebo::physics::ODESurfaceParams::GetFrictionPyramid |
( |
| ) |
const |
|
virtual |
virtual void gazebo::physics::ODESurfaceParams::Load |
( |
sdf::ElementPtr |
_sdf | ) |
|
|
virtual |
virtual void gazebo::physics::ODESurfaceParams::ProcessMsg |
( |
const msgs::Surface & |
_msg | ) |
|
|
virtual |
double gazebo::physics::ODESurfaceParams::bounce |
double gazebo::physics::ODESurfaceParams::bounceThreshold |
double gazebo::physics::ODESurfaceParams::cfm |
double gazebo::physics::ODESurfaceParams::erp |
double gazebo::physics::ODESurfaceParams::kd |
double gazebo::physics::ODESurfaceParams::kp |
double gazebo::physics::ODESurfaceParams::maxVel |
double gazebo::physics::ODESurfaceParams::minDepth |
double gazebo::physics::ODESurfaceParams::slip1 |
double gazebo::physics::ODESurfaceParams::slip2 |
The documentation for this class was generated from the following file: