You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Theory.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,10 @@ The biggest change in v2.0 is that data is now stored in a _struct_ which matche
90
90
Other changes include:
91
91
- 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.
92
92
- 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
93
94
- 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.
94
95
- 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
95
97
- getSurveyStatus now returns data via UBX_NAV_SVIN_t *packetUBXNAVSVIN
96
98
- svin.active is replaced with (boolean)packetUBXNAVSVIN->data.active
97
99
- svin.valid is replaced with (boolean)packetUBXNAVSVIN->data.valid
0 commit comments