Skip to content

Commit

Permalink
Merge pull request #57 from inertialsense/CAN_driver_for_IMX-5
Browse files Browse the repository at this point in the history
SN-4488 CAN bus driver buffer size increase
  • Loading branch information
andrewpriddis authored Mar 6, 2024
2 parents 869d4cc + f068899 commit 85d7962
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/user-manual/com-protocol/CAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_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 85d7962

Please sign in to comment.