class ControlLoopParameters

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
loop_selectionintControlLoopSelection enumYou can manipulate the field loop_selection as if it were a regular field. To clear the value of loop_selection and reset it to the default value for its type, you call the ClearField() method of the Message interface.
error_saturationfloatError saturation valueYou can manipulate the field error_saturation as if it were a regular field. To clear the value of error_saturation and reset it to the default value for its type, you call the ClearField() method of the Message interface.
output_saturationfloatOutput saturation valueYou can manipulate the field output_saturation as if it were a regular field. To clear the value of output_saturation and reset it to the default value for its type, you call the ClearField() method of the Message interface.
kAzfloatKAz (index 0 to 4): denominator gains A1 to A5You can manipulate the field kAz as if it were a regular field. To clear the value of kAz and reset it to the default value for its type, you call the ClearField() method of the Message interface.
kBzfloatKBz (index 0 to 5): numerator gains B0 to B5You can manipulate the field kBz as if it were a regular field. To clear the value of kBz and reset it to the default value for its type, you call the ClearField() method of the Message interface.
error_dead_bandfloatError dead band valueYou can manipulate the field error_dead_band as if it were a regular field. To clear the value of error_dead_band and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: ActuatorConfig (Python)