class VectorDriveParameters

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
kpqfloatQuadrature axis current proportional gainYou can manipulate the field kpq as if it were a regular field. To clear the value of kpq and reset it to the default value for its type, you call the ClearField() method of the Message interface.
kiqfloatQuadrature axis current integral gainYou can manipulate the field kiq as if it were a regular field. To clear the value of kiq and reset it to the default value for its type, you call the ClearField() method of the Message interface.
kpdfloatDirect axis current proportional gainYou can manipulate the field kpd as if it were a regular field. To clear the value of kpd and reset it to the default value for its type, you call the ClearField() method of the Message interface.
kidfloatDirect axis current integral gainYou can manipulate the field kid as if it were a regular field. To clear the value of kid and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: ActuatorConfig (Python)