|
SuperDex Physics C++ API
|
Per-joint friction parameters for articulated bodies. More...
#include <articulated_body_params.h>
Public Member Functions | |
| bool | operator== (ArticulatedJointFrictionParams const &) const =default |
Public Attributes | |
| real | coulomb = 0_r |
| Coulomb friction coefficient [N or N·m]. | |
| real | falloffVel = 1e-3_r |
| Velocity threshold for dry friction smoothing [m/s or rad/s]. | |
| real | stictionExtra = 0_r |
| [Experimental] Extra stiction force/torque [N or N·m] representing the difference between static and dynamic friction. | |
| real | stribeckVel = 0_r |
| [Experimental] Stribeck velocity [m/s or rad/s] governing how sharply friction transitions from static to dynamic coefficients as velocity increases. | |
| real | viscous = 0_r |
| Viscous friction coefficient [N·s/m or N·m·s/rad]. | |
Per-joint friction parameters for articulated bodies.
Viscous and dry friction force/torque contributions are added together.
Definition at line 139 of file articulated_body_params.h.
|
default |
| real superdex::ArticulatedJointFrictionParams::coulomb = 0_r |
Coulomb friction coefficient [N or N·m].
Definition at line 152 of file articulated_body_params.h.
| real superdex::ArticulatedJointFrictionParams::falloffVel = 1e-3_r |
Velocity threshold for dry friction smoothing [m/s or rad/s].
The dry friction force/torque smoothly transitions from 0 to the peak value as (linear or angular) velocity increases from 0 to falloffVel.
Definition at line 162 of file articulated_body_params.h.
| real superdex::ArticulatedJointFrictionParams::stictionExtra = 0_r |
[Experimental] Extra stiction force/torque [N or N·m] representing the difference between static and dynamic friction.
Definition at line 177 of file articulated_body_params.h.
| real superdex::ArticulatedJointFrictionParams::stribeckVel = 0_r |
[Experimental] Stribeck velocity [m/s or rad/s] governing how sharply friction transitions from static to dynamic coefficients as velocity increases.
Definition at line 192 of file articulated_body_params.h.
| real superdex::ArticulatedJointFrictionParams::viscous = 0_r |
Viscous friction coefficient [N·s/m or N·m·s/rad].
Definition at line 145 of file articulated_body_params.h.