+#include <PxD6Joint.h>
+
+ +
Public Types | |
| enum | Enum { + eX = 0, + + eY = 1, + + eZ = 2, + + eSWING = 3, + + eTWIST = 4, + + eSLERP = 5, + + eCOUNT = 6 + + } |
+Each drive is an implicit force-limited damped spring:
+force = spring * (target position - position) + damping * (targetVelocity - velocity)
+Alternatively, the spring may be configured to generate a specified acceleration instead of a force.
+A linear axis is affected by drive only if the corresponding drive flag is set. There are two possible models for angular drive: swing/twist, which may be used to drive one or more angular degrees of freedom, or slerp, which may only be used to drive all three angular degrees simultaneously.
+
| enum PxD6Drive::Enum | +
+