Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 731 Bytes

enm_ActuatorConfig_ControlLoopSelection.md

File metadata and controls

22 lines (15 loc) · 731 Bytes

Enum ControlLoopSelection

This page describes the Python Kinova.Api.ActuatorConfig.ControlLoopSelection enumeration.

Overview / Purpose

List of admissible control loop selections

Enumeration definition

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