NOV_B-INSPVAX
Description:
This message contains the Fusion position (w.r.t. geodetic frame assuming WGS-84 transformation parameters), velocity (w.r.t. local tangential plane), and attitude (w.r.t. output/POI frame), as well as information about the position standard deviation. The position type and solution status fields indicate whether or not the corresponding data is valid. This message contains the same information as the FP_A-ODOMETRY message, only presented in another commercial format.
Message fields:
# | Offset | Field | Type | Unit | Description |
---|---|---|---|---|---|
- | 0 |
| uint8_t | - | Sync byte 1 (always |
- | 1 |
| uint8_t | - | Sync byte 2 (always |
- | 2 |
| uint8_t | - | Sync byte 3 (always |
- | 3 |
| uint8_t | bytes | Length of the header (always |
- | 4 |
| uint16_t | - | Message ID, always |
- | 6 |
| uint8_t | - | See protocol documentation |
- | 7 |
| uint8_t | - | Reserved, ignore |
- | 8 |
| uint16_t | bytes | Payload size, always |
- | 10 |
| uint16_t | - | Reserved, ignore |
- | 12 |
| uint8_t | - | Reserved, ignore |
1 | 13 |
| uint8_t | - | See protocol documentation |
2 | 14 |
| uint16_t | - | GPS week number |
3 | 16 |
| int32_t | ms | GPS time of week |
- | 20 |
| uint32_t | - | Reserved, ignore |
- | 24 |
| uint16_t | - | Reserved, ignore |
- | 26 |
| uint16_t | - | Reserved, ignore |
4 | 28 |
| uint32_t | - | Solution status, see below |
5 | 32 |
| uint32_t | - | Positioning mode, see below |
6 | 36 |
| double | deg | Latitude |
7 | 44 |
| double | deg | Longitude |
8 | 52 |
| double | m | Ellipsoidal height |
- | 60 |
| uint32_t | - | Reserved, ignore |
9 | 64 |
| double | m/s | Velocity North |
10 | 72 |
| double | m/s | Velocity East |
11 | 80 |
| double | m/s | Velocity up |
12 | 88 |
| double | deg | Roll in local level |
13 | 96 |
| double | deg | Pitch in local level |
14 | 104 |
| double | deg | Azimuth in local level |
15 | 112 |
| float | m | Latitude standard deviation |
16 | 116 |
| float | m | Longitude standard deviation |
17 | 120 |
| float | m | Height standard deviation |
18 | 124 |
| float | m/s | Velocity North standard deviation |
19 | 128 |
| float | m/s | Velocity East standard deviation |
20 | 132 |
| float | m/s | Velocity up standard deviation |
21 | 136 |
| float | deg | Roll standard deviation |
22 | 140 |
| float | deg | Pitch standard deviation |
23 | 144 |
| float | deg | Azimuth standard deviation |
24 | 148 |
| uint32_t | - | Extended status, see below |
- | 152 |
| uint16_t | - | Reserved, ignore |
- | 154 |
| uint32_t | - | CRC32 checksum (see protocol documentation) |
Solution status (ins_status
):
Value | Description |
---|---|
| Inactive |
| Aligning |
| Visual-inertial-GNSS fusion |
| Visual inertial fusion |
Positioning mode (pos_type
):
Value | Description |
---|---|
| No fix |
| RTK fixed fix |
| RTK float fix |
| Single 3D fix |
Extended status (ext_status
):
Bit | Description |
---|---|
bit 0 ( | Position update |
bit 2 ( | Zero velocity update |
bit 6 ( | INS solution convergence |
bit 9 ( | Velocity update |