PositionTargetGlobalInt constructor
PositionTargetGlobalInt({
- required uint32_t timeBootMs,
- required int32_t latInt,
- required int32_t lonInt,
- required float alt,
- required float vx,
- required float vy,
- required float vz,
- required float afx,
- required float afy,
- required float afz,
- required float yaw,
- required float yawRate,
- required PositionTargetTypemask typeMask,
- required MavFrame coordinateFrame,
Implementation
PositionTargetGlobalInt({
required this.timeBootMs,
required this.latInt,
required this.lonInt,
required this.alt,
required this.vx,
required this.vy,
required this.vz,
required this.afx,
required this.afy,
required this.afz,
required this.yaw,
required this.yawRate,
required this.typeMask,
required this.coordinateFrame,
});