class AngularTwist

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
angularfloat32Desired angular speed (degrees / second)

Member functions

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

Parent topic: ControlConfig (C++)