Updated: October 28, 2024 |
Status of the sensor's current GPS connection
#include <sensor/sensor_gps_imu.h>
typedef enum { GPS_FIX_NONE, GPS_FIX_DEAD_RECKONING, GPS_FIX_2D, GPS_FIX_3D, GPS_FIX_GNSS_DR } sensor_gps_fix_t;
The sensor isn't connected to a GNSS; therefore it calculates the GPS fix using data from the IMU.
The sensor is connected to a GNSS; all GPS information is from a GPS satellite with no dead reckoning.
The sensor is connected to a GNSS; all GPS information is from a GPS satellite with no dead reckoning.
The sensor is connected to a GNSS; it supplements this information using dead reckoning with data from the IMU.