class TranslationVector

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
t_xfloatTranslation in meters in the x axisYou can manipulate the field t_x as if it were a regular field. To clear the value of t_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
t_yfloatTranslation in meters in the y axisYou can manipulate the field t_y as if it were a regular field. To clear the value of t_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
t_zfloatTranslation in meters in the z axisYou can manipulate the field t_z as if it were a regular field. To clear the value of t_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: VisionConfig (Python)