TrajectoryRepresentationWaypoints constructor

TrajectoryRepresentationWaypoints({
  1. required uint64_t timeUsec,
  2. required List<float> posX,
  3. required List<float> posY,
  4. required List<float> posZ,
  5. required List<float> velX,
  6. required List<float> velY,
  7. required List<float> velZ,
  8. required List<float> accX,
  9. required List<float> accY,
  10. required List<float> accZ,
  11. required List<float> posYaw,
  12. required List<float> velYaw,
  13. required List<MavCmd> command,
  14. required uint8_t validPoints,
})

Implementation

TrajectoryRepresentationWaypoints({
  required this.timeUsec,
  required this.posX,
  required this.posY,
  required this.posZ,
  required this.velX,
  required this.velY,
  required this.velZ,
  required this.accX,
  required this.accY,
  required this.accZ,
  required this.posYaw,
  required this.velYaw,
  required this.command,
  required this.validPoints,
});