nuttx/sensors/sensor.h: remove non-standard message from bream private data
These values are only provided by bream private message, should not include in NMEA 0183 standard struct. Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
parent
43af86bdfe
commit
5439275293
@ -448,11 +448,6 @@ struct sensor_gps /* Type: Gps */
|
|||||||
|
|
||||||
float course;
|
float course;
|
||||||
|
|
||||||
float hspeed_err; /* Horizontal speed error RMS (m/s) */
|
|
||||||
float vspeed_err; /* Vertical speed error RMS (m/s) */
|
|
||||||
float env_range_resid; /* Environment RangeResid (meters) */
|
|
||||||
float altitude_err; /* Altitude error RMS (meters) */
|
|
||||||
|
|
||||||
uint32_t satellites_used; /* Number of satellites used */
|
uint32_t satellites_used; /* Number of satellites used */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user