Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 965 Bytes

File metadata and controls

12 lines (8 loc) · 965 Bytes

class RotationMatrixRow

Member values

Member name Data type Description Usage
column1 float Value between -1.0 and 1.0 You can manipulate the field column1 as if it were a regular field. To clear the value of column1 and reset it to the default value for its type, you call the ClearField() method of the Message interface.
column2 float Value between -1.0 and 1.0 You can manipulate the field column2 as if it were a regular field. To clear the value of column2 and reset it to the default value for its type, you call the ClearField() method of the Message interface.
column3 float Value between -1.0 and 1.0 You can manipulate the field column3 as if it were a regular field. To clear the value of column3 and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: VisionConfig (Python)