class Wrench

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
force_xfloatLinear X force (Newtons or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field force_x as if it were a regular field. To clear the value of force_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
force_yfloatLinear Y force (Newtons or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field force_y as if it were a regular field. To clear the value of force_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
force_zfloatLinear Z force (Newtons or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field force_z as if it were a regular field. To clear the value of force_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.
torque_xfloatAngular X torque (Newton-meters or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field torque_x as if it were a regular field. To clear the value of torque_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
torque_yfloatAngular Y torque (Newton-meters or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field torque_y as if it were a regular field. To clear the value of torque_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
torque_zfloatAngular Z torque (Newton-meters or ratio between -1.0 and 1.0 if used with Joystick command)You can manipulate the field torque_z as if it were a regular field. To clear the value of torque_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)