SerialUdbExtraF5 class

Backwards compatible version of SERIAL_UDB_EXTRA F5: format

SERIAL_UDB_EXTRA_F5

Implemented types

Constructors

SerialUdbExtraF5({required float sueYawkpAileron, required float sueYawkdAileron, required float sueRollkp, required float sueRollkd})
SerialUdbExtraF5.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sueRollkd float
Serial UDB Extra ROLLKD Gain for Rate control of roll stabilization
final
sueRollkp float
Serial UDB Extra ROLLKP Gain for Proportional control of roll stabilization
final
sueYawkdAileron float
Serial UDB YAWKD_AILERON Gain for Rate control of navigation
final
sueYawkpAileron float
Serial UDB YAWKP_AILERON Gain for Proporional control of navigation
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