ActuatorControlTarget constructor

ActuatorControlTarget({
  1. required uint64_t timeUsec,
  2. required List<float> controls,
  3. required uint8_t groupMlx,
})

Implementation

ActuatorControlTarget({
  required this.timeUsec,
  required this.controls,
  required this.groupMlx,
});