Enum CommandMode

August 13, 2019 ยท View on GitHub

Overview / Purpose

Enumeration CommandMode

EnumeratorValueDescription
CYCLIC0Cyclic data only
ASYNC_CYCLIC_FLAGS1Not supported
ASYNC2Config messages only
CYCLIC_JITTERCOMPENSATED_POSITION3Smoothing using only position inputs
CYCLIC_JITTERCOMPENSATED_VELOCITY4Smoothing using position and velocity inputs
CYCLIC_JITTERCOMPENSATED_ACCELERATION5Smoothing using position, velocity and acceleration inputs (not supported)

Parent topic: ActuatorConfig (Python)