Skip to content

Commit 57f1332

Browse files
committed
Step_9
1 parent 4f0a0ca commit 57f1332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Theory.md

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ In v2.0, the full list of messages which can be processed and logged automatical
4949
- UBX-NAV-DOP (0x01 0x04): Dilution of precision
5050
- UBX-NAV-ATT (0x01 0x05): Attitude solution (**only with ADR or UDR products**)
5151
- UBX-NAV-PVT (0x01 0x07): Navigation position velocity time solution
52+
- UBX-NAV-PVAT (0x01 0x17): Navigation position velocity attitude time solution (**only with ADR or UDR products**)
5253
- UBX-NAV-ODO (0x01 0x09): Odometer solution
5354
- UBX-NAV-VELECEF (0x01 0x11): Velocity solution in ECEF
5455
- UBX-NAV-VELNED (0x01 0x12): Velocity solution in NED frame
@@ -70,6 +71,8 @@ In v2.0, the full list of messages which can be processed and logged automatical
7071
- UBX-HNR-ATT (0x28 0x01): Attitude solution (**only with ADR or UDR products**)
7172
- UBX-HNR-INS (0x28 0x02): Vehicle dynamics information (**only with ADR or UDR products**)
7273

74+
Please see [Adding_New_Messages.md](./Adding_New_Messages.md) for details on how to add "auto" support for new messages.
75+
7376
Notes:
7477
- UBX-NAV-POSLLH is not supported as UBX-NAV-PVT contains the same information
7578
- UBX-NAV-TIMEUTC is not supported as UBX-NAV-PVT contains the same information

0 commit comments

Comments
 (0)