class EncoderDerivativeParameters

December 20, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
max_window_widthuint32Maximum window width
min_anglefloat32Minimum angle for derivative (degrees)

Member functions

Function nameReturn typeInput typeDescription
max_window_width()uint32voidReturns the current value of max_window_width. If the max_window_width is not set, returns 0.
set_max_window_width()voiduint32Sets the value of max_window_width. After calling this, max_window_width() will return value.
clear_max_window_width()voidvoidClears the value of max_window_width. After calling this, max_window_width() will return 0.
min_angle()float32voidReturns the current value of min_angle. If the min_angle is not set, returns 0.
set_min_angle()voidfloat32Sets the value of min_angle. After calling this, min_angle() will return value.
clear_min_angle()voidvoidClears the value of min_angle. After calling this, min_angle() will return 0.

Parent topic: ActuatorConfig (C++)