class PositionCommand

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
positionfloatPosition value (degrees)You can manipulate the field position as if it were a regular field. To clear the value of position and reset it to the default value for its type, you call the ClearField() method of the Message interface.
velocityfloatVelocity value (degrees per second)You can manipulate the field velocity as if it were a regular field. To clear the value of velocity and reset it to the default value for its type, you call the ClearField() method of the Message interface.
accelerationfloatAcceleration value (degrees per second^squared)You can manipulate the field acceleration as if it were a regular field. To clear the value of acceleration and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: ActuatorConfig (Python)