DART surface parameters. More...
#include <DARTSurfaceParams.hh>

Public Member Functions | |
| DARTSurfaceParams () | |
| Constructor.  More... | |
| virtual | ~DARTSurfaceParams () | 
| Destructor.  More... | |
| virtual void | FillMsg (msgs::Surface &_msg) | 
| Fill in a surface message.  More... | |
| virtual FrictionPyramidPtr | GetFrictionPyramid () const | 
| Get access to FrictionPyramid data, if available.  More... | |
| virtual void | Load (sdf::ElementPtr _sdf) | 
| Load the contact params.  More... | |
| virtual void | ProcessMsg (const msgs::Surface &_msg) | 
| Process a surface message.  More... | |
  Public Member Functions inherited from gazebo::physics::SurfaceParams | |
| SurfaceParams () | |
| Constructor.  More... | |
| virtual | ~SurfaceParams () | 
| Destructor.  More... | |
Additional Inherited Members | |
  Public Attributes inherited from gazebo::physics::SurfaceParams | |
| 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... | |
DART surface parameters.
| gazebo::physics::DARTSurfaceParams::DARTSurfaceParams | ( | ) | 
Constructor.
      
  | 
  virtual | 
Destructor.
      
  | 
  virtual | 
Fill in a surface message.
| [in] | _msg | Message to fill with this object's values. | 
Reimplemented from gazebo::physics::SurfaceParams.
      
  | 
  virtual | 
Get access to FrictionPyramid data, if available.
Reimplemented from gazebo::physics::SurfaceParams.
      
  | 
  virtual | 
Load the contact params.
| [in] | _sdf | SDF values to load from. | 
Reimplemented from gazebo::physics::SurfaceParams.
      
  | 
  virtual | 
Process a surface message.
| [in] | _msg | Message to read values from. | 
Reimplemented from gazebo::physics::SurfaceParams.