方言:ualberta 
WARNING
This topic documents the version of the dialect file in the mavlink/mavlink Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed). The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).
This topic is a human-readable form of the XML definition file: ualberta.xml.
INFO
- MAVLink 2 extension fields are displayed in blue.
 - Entities from dialects are displayed only as headings (with link to original)
 
MAVLink Include Files 
概览 
| Type | Defined | Included | 
|---|---|---|
| Messages | 3 | 231 | 
| Enums | 3 | 152 | 
| Commands | 165 | 0 | 
The following sections list all entities in the dialect (both included and defined in this file).
消息 
NAV_FILTER_BIAS (220) 
Accelerometer and Gyro biases from the navigation filter
| Field Name | Type | 描述 | 
|---|---|---|
| usec | uint64_t | 时间戳(微秒) | 
| accel_0 | float | b_f[0] | 
| accel_1 | float | b_f[1] | 
| accel_2 | float | b_f[2] | 
| gyro_0 | float | b_f[0] | 
| gyro_1 | float | b_f[1] | 
| gyro_2 | float | b_f[2] | 
RADIO_CALIBRATION (221) 
Complete set of calibration parameters for the radio
| Field Name | Type | 描述 | 
|---|---|---|
| 副翼 | uint16_t[3] | 副翼设定点:左,中,右 | 
| 升降舵 | uint16_t[3] | 升降舵设定点:机头向下,居中,机头向上 | 
| 方向舵 | uint16_t[3] | 方向舵设定点:机头向左,机头向居中,机头向右 | 
| 陀螺仪 | uint16_t[2] | 尾陀螺仪模式/增益设定点:航向保持,速率模式 | 
| 俯仰角 | uint16_t[5] | 俯仰角曲线设定点(每25%) | 
| 油门 | uint16_t[5] | 油门曲线设置点(每 25%) | 
UALBERTA_SYS_STATUS (222) 
System status specific to ualberta uav
| Field Name | Type | 描述 | 
|---|---|---|
| 模式 | uint8_t | System mode, see UALBERTA_AUTOPILOT_MODE ENUM | 
| 导航模式 | uint8_t | Navigation mode, see UALBERTA_NAV_MODE ENUM | 
| 驾驶员 | uint8_t | Pilot mode, see UALBERTA_PILOT_MODE | 
Enumerated Types 
UALBERTA_AUTOPILOT_MODE 
Available autopilot modes for ualberta uav
| 值 | Name | 描述 | 
|---|---|---|
| 1 | MODE_MANUAL_DIRECT | 原始输入脉冲宽度发送到输出 | 
| 2 | MODE_MANUAL_SCALED | 使用校准对输入进行归一化,将其转换回原始脉冲宽度以输出 | 
| 3 | MODE_AUTO_PID_ATT | |
| 4 | MODE_AUTO_PID_VEL | |
| 5 | MODE_AUTO_PID_POS | 
UALBERTA_NAV_MODE 
Navigation filter mode
| 值 | Name | 描述 | 
|---|---|---|
| 1 | NAV_AHRS_INIT | |
| 2 | NAV_AHRS | AHRS 模式 | 
| 3 | NAV_INS_GPS_INIT | INS/GPS 初始化模式 | 
| 4 | NAV_INS_GPS | INS/GPS模式 | 
UALBERTA_PILOT_MODE 
Mode currently commanded by pilot
| 值 | Name | 描述 | 
|---|---|---|
| 1 | PILOT_MANUAL | |
| 2 | PILOT_AUTO | |
| 3 | PILOT_ROTO | 旋转模式 | 

