Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 834ca65

Browse files
committed
Update Theory.md
1 parent 6686ba6 commit 834ca65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Theory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ The biggest change in v2.0 is that data is now stored in a _struct_ which matche
9090
Other changes include:
9191
- In v1, NAV_RELPOSNED relPosN, relPosE and relPosD were returned as (float)m. In v2.0 they are returned via packetUBXNAVRELPOSNED->data.relPosN (etc.) as (int32_t)cm.
9292
- New helper functions (getRelPosN, getRelPosE, getRelPosD) provide backward-compatibility
93+
- Please see the [**ZED-F9P/Example5_RelativePositioningInformation**](./examples/ZED-F9P/Example5_RelativePositioningInformation) example for more details
9394
- In v1, NAV_RELPOSNED accN, accE and accD were returned as (float)m. In v2.0 they are returned via packetUBXNAVRELPOSNED->data.accN (etc.) as (uint32_t)mm*0.1.
9495
- New helper functions (getRelPosAccN, getRelPosAccE, getRelPosAccD) provide backward-compatibility
96+
- Please see the [**ZED-F9P/Example5_RelativePositioningInformation**](./examples/ZED-F9P/Example5_RelativePositioningInformation) example for more details
9597
- getSurveyStatus now returns data via UBX_NAV_SVIN_t *packetUBXNAVSVIN
9698
- svin.active is replaced with (boolean)packetUBXNAVSVIN->data.active
9799
- svin.valid is replaced with (boolean)packetUBXNAVSVIN->data.valid

0 commit comments

Comments
 (0)