class Twist

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
linear_xfloatLinear X velocity (m/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field linear_x as if it were a regular field. To clear the value of linear_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
linear_yfloatLinear Y velocity (m/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field linear_y as if it were a regular field. To clear the value of linear_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
linear_zfloatLinear Z velocity (m/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field linear_z as if it were a regular field. To clear the value of linear_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.
angular_xfloatAngular X velocity (deg/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field angular_x as if it were a regular field. To clear the value of angular_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
angular_yfloatAngular Y velocity (deg/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field angular_y as if it were a regular field. To clear the value of angular_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
angular_zfloatAngular Z velocity (deg/s or ratio between -1.0 and 1.0 if used with joystick command)You can manipulate the field angular_z as if it were a regular field. To clear the value of angular_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)