class AxisPosition

June 4, 2021 ยท View on GitHub

Member values

Member nameData typeDescription
positionfloat32Axis position (degrees)

Member functions

Function nameReturn typeInput typeDescription
position()float32voidReturns the current value of position. If the position is not set, returns 0.
set_position()voidfloat32Sets the value of position. After calling this, position() will return value.
clear_position()voidvoidClears the value of position. After calling this, position() will return 0.

Parent topic: ActuatorConfig (C++)