MountOrientation constructor

MountOrientation({
  1. required uint32_t timeBootMs,
  2. required float roll,
  3. required float pitch,
  4. required float yaw,
  5. required float yawAbsolute,
})

Implementation

MountOrientation({
  required this.timeBootMs,
  required this.roll,
  required this.pitch,
  required this.yaw,
  required this.yawAbsolute,
});