Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 965 Bytes

File metadata and controls

12 lines (8 loc) · 965 Bytes

class TranslationVector

Member values

Member name Data type Description Usage
t_x float Translation in meters in the x axis You 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_y float Translation in meters in the y axis You 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_z float Translation in meters in the z axis You 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)