RadioCalibration class

Complete set of calibration parameters for the radio

RADIO_CALIBRATION

Implemented types

Constructors

RadioCalibration({required List<int16_t> aileron, required List<int16_t> elevator, required List<int16_t> rudder, required List<int16_t> gyro, required List<int16_t> pitch, required List<int16_t> throttle})
RadioCalibration.parse(ByteData data_)
factory

Properties

aileron List<int16_t>
Aileron setpoints: left, center, right
final
elevator List<int16_t>
Elevator setpoints: nose down, center, nose up
final
gyro List<int16_t>
Tail gyro mode/gain setpoints: heading hold, rate mode
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
pitch List<int16_t>
Pitch curve setpoints (every 25%)
final
rudder List<int16_t>
Rudder setpoints: nose left, center, nose right
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttle List<int16_t>
Throttle curve setpoints (every 25%)
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