This page describes the Python Kinova.Api.ActuatorConfig.ControlLoopSelection enumeration.
List of admissible control loop selections
Enumerator | Value | Description |
---|---|---|
RESERVED | 0 | 0x0 - Reserved (internal use only) |
JOINT_POSITION | 1 | 0x1 - Joint position control (if available) |
MOTOR_POSITION | 2 | 0x2 - Motor position control |
JOINT_VELOCITY | 4 | 0x4 - Joint velocity control (if available) |
MOTOR_VELOCITY | 8 | 0x8 - Motor velocity control |
JOINT_TORQUE | 16 | 0x10 - Joint torque control |
MOTOR_CURRENT | 32 | 0x20 - Motor current control |
Parent topic: ActuatorConfig