Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 705 Bytes

AngularTwist.md

File metadata and controls

18 lines (12 loc) · 705 Bytes

class AngularTwist

Member values

Member name Data type Description
angular float32 Desired angular speed (degrees / second)

Member functions

Function name Return type Input type Description
angular() float32 void Returns the current value of angular. If the angular is not set, returns 0.
set_angular() void float32 Sets the value of angular. After calling this, angular() will return value.
clear_angular() void void Clears the value of angular. After calling this, angular() will return 0.

Parent topic: ControlConfig (C++)