Skip to content

Commit

Permalink
CMP CID
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpriddis committed Dec 6, 2023
1 parent b200bfc commit f068899
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/user-manual/com-protocol/CAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Dual IMU gyro and accelerometer values from accelerometer 0

#### CID_GPS1_POS

`is_can_gps1_pos_status`
`is_can_gps_pos_status`

GPS CNO Mean and GPS status flags

Expand All @@ -310,11 +310,24 @@ GPS CNO Mean and GPS status flags
| status | uint32_t | (see eGpsStatus) GPS status: [0x000000xx] number of satellites used, [0x0000xx00] fix type, [0x00xx0000] status flags |
| cnoMean | uint32_t | (dBHz) Average of all satellite carrier to noise ratios (signal strengths) that are non-zero |

#### CID_GPS1_RTK_REL
#### CID_GPS1_RTK_POS_REL

`is_can_gps1_rtk_rel`
`is_can_gps_rtk_rel`

RTK-GPS performance metrics
RTK-GPS positioning performance metrics

| Type | Field | Description |
| --------------- | ------- | ------------------------------------------------------------ |
| arRatio | uint8_t | Ambiguity resolution ratio factor for validation |
| differentialAge | uint8_t | Age of differential (seconds) |
| distanceToBase | float | Distance to Base (m) |
| headingToBase | int16_t | Angle from north to vectorToBase in local tangent plane. (rad, scaled by 1000) |

#### CID_GPS2_RTK_CMP_REL

`is_can_gps_rtk_rel`

RTK-GPS compassing performance metrics

| Type | Field | Description |
| --------------- | ------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit f068899

Please sign in to comment.