Go to the source code of this file.
◆ EMotorState
| Enumerator |
|---|
| Off | Motor is off.
|
| Velocity | Motor will drive to target velocity limited only by max force/torque that the motor can apply.
|
| Position | Motor will drive to target position using: force = stiffness * (target_position - current_position) - damping * current_velocity.
|
| PositionAndVelocity | Motor will drive both to target position and velocity using: force = stiffness * (target_position - current_position) + damping * (target_velocity - current_velocity).
|
◆ IsPositionMotor()
◆ IsVelocityMotor()