|
SuperDex Physics C++ API
|
Parameters for pose controller tracking constraints. More...
#include <mochi_structs.h>
Public Member Functions | |
| bool | operator== (PoseTrackingParams const &) const =default |
Public Attributes | |
| real | damping = 0_r |
| Constraint damping. | |
| real | saturation = -1_r |
| Saturation distance [m] or angle [rad]. | |
| real | stiffness = 0_r |
| Constraint stiffness. | |
Parameters for pose controller tracking constraints.
Defines spring-damper parameters for individual pose tracking constraints in an articulated actor's pose controller. Each constraint acts on a joint rotation, link translation, or link rotation.
Definition at line 573 of file mochi_structs.h.
|
default |
| real superdex::PoseTrackingParams::damping = 0_r |
Constraint damping.
Definition at line 576 of file mochi_structs.h.
| real superdex::PoseTrackingParams::saturation = -1_r |
Saturation distance [m] or angle [rad].
A negative value disables saturation.
Definition at line 578 of file mochi_structs.h.
| real superdex::PoseTrackingParams::stiffness = 0_r |
Constraint stiffness.
Definition at line 574 of file mochi_structs.h.