- gazebo
- physics
- SurfaceParams
#include <SurfaceParams.hh>
Public Member Functions | |
| SurfaceParams () | |
| Constructor. | |
| virtual void | Load (sdf::ElementPtr _sdf) |
| Load the contact params. | |
| void | FillSurfaceMsg (msgs::Surface &_msg) |
| Fill in a surface message. | |
| virtual void | ProcessMsg (const msgs::Surface &_msg) |
Public Attributes | |
| double | bounce |
| 0..1, 0=no bounciness | |
| double | bounceThreshold |
| bounce vel | |
| double | kp |
| double | kd |
| double | cfm |
| double | erp |
| double | maxVel |
| double | minDepth |
| double | mu1 |
| double | mu2 |
| double | slip1 |
| double | slip2 |
| bool | enableFriction |
| math::Vector3 | fdir1 |
Surface params.
1.7.5.1