class LinearTwist

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
linearfloat32Desired linear speed (meters / second)

Member functions

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

Parent topic: ControlConfig (C++)