Skip to content

Commit 4c8747f

Browse files
committed
Tiny change to heading description
1 parent 1c735d0 commit 4c8747f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/source/reference/reference.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ State estimate naming conventions are as follows:
200200
degrees.
201201
* :code:`alt_rx_m` : (float) receiver altitude position estimate in
202202
meters. Referenced to the WGS-84 ellipsoid.
203-
* :code:`heading_rx_rad` : (float) receiver heading estimate in radians
204-
where 0 radians is North and pi/2 radians is East, etc.
203+
* :code:`heading_rx_rad` : (float) receiver heading estimate in radians,
204+
clockwise from North, where to 0 radians is North, pi/2
205+
radians is East and so on.
205206
Assumed to be radians in the range between 0 and 2pi.
206207

207208
Receiver ground truth naming conventions are as follows:
@@ -238,8 +239,9 @@ Receiver ground truth naming conventions are as follows:
238239
degrees.
239240
* :code:`alt_rx_gt_m` : (float) receiver ground truth altitude in meters.
240241
Referenced to the WGS-84 ellipsoid.
241-
* :code:`heading_rx_gt_rad` : (float) receiver heading estimate in
242-
radians where 0 radians is North and pi/2 radians is East, etc.
242+
* :code:`heading_rx_gt_rad` : (float) receiver heading ground truth in
243+
radians, clockwise from North, where to 0 radians is North, pi/2
244+
radians is East and so on.
243245
Assumed to be radians in the range between 0 and 2pi.
244246

245247
Module Level Function References

0 commit comments

Comments
 (0)