AirspeedAutocal class
Airspeed auto-calibration.
AIRSPEED_AUTOCAL
- Implemented types
Constructors
- AirspeedAutocal({required float vx, required float vy, required float vz, required float diffPressure, required float eas2tas, required float ratio, required float stateX, required float stateY, required float stateZ, required float pax, required float pby, required float pcz})
- AirspeedAutocal.parse(ByteData data_)
-
factory
Properties
- diffPressure → float
-
Differential pressure.
final
- eas2tas → float
-
Estimated to true airspeed ratio.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- pax → float
-
EKF Pax.
final
- pby → float
-
EKF Pby.
final
- pcz → float
-
EKF Pcz.
final
- ratio → float
-
Airspeed ratio.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateX → float
-
EKF state x.
final
- stateY → float
-
EKF state y.
final
- stateZ → float
-
EKF state z.
final
- vx → float
-
GPS velocity north.
final
- vy → float
-
GPS velocity east.
final
- vz → float
-
GPS velocity down.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → ByteData -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- mavlinkEncodedLength → const int