SetActuatorControlTarget constructor

SetActuatorControlTarget({
  1. required uint64_t timeUsec,
  2. required List<float> controls,
  3. required uint8_t groupMlx,
  4. required uint8_t targetSystem,
  5. required uint8_t targetComponent,
})

Implementation

SetActuatorControlTarget({
  required this.timeUsec,
  required this.controls,
  required this.groupMlx,
  required this.targetSystem,
  required this.targetComponent,
});