@@ -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
207208Receiver 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
245247Module Level Function References
0 commit comments