GimbalManagerSetPitchyaw constructor

GimbalManagerSetPitchyaw({
  1. required GimbalManagerFlags flags,
  2. required float pitch,
  3. required float yaw,
  4. required float pitchRate,
  5. required float yawRate,
  6. required uint8_t targetSystem,
  7. required uint8_t targetComponent,
  8. required uint8_t gimbalDeviceId,
})

Implementation

GimbalManagerSetPitchyaw({
  required this.flags,
  required this.pitch,
  required this.yaw,
  required this.pitchRate,
  required this.yawRate,
  required this.targetSystem,
  required this.targetComponent,
  required this.gimbalDeviceId,
});