Structure containing GNSS data to be used for positional tracking as prior. More...
Data Fields | |
| double | longitude |
| Longitude in radian. | |
| double | latitude |
| Latitude in radian. | |
| double | altitude |
| Altitude in meters. | |
| uint64_t | ts |
| Timestamp of the GNSS position in nanoseconds (must be aligned with the camera time reference). | |
| double | position_covariance [9] |
| Covariance of the position in meter (must be expressed in the ENU coordinate system). More... | |
| double | longitude_std |
| Longitude standard deviation. | |
| double | latitude_std |
| Latitude standard deviation. | |
| double | altitude_std |
| Altitude standard deviation. | |
| enum SL_GNSS_STATUS | gnss_status |
| GNSS status of the data. | |
| enum SL_GNSS_MODE | gnss_mode |
| GNSS mode of the data. | |
Structure containing GNSS data to be used for positional tracking as prior.
| double SL_GNSSData::position_covariance[9] |
Covariance of the position in meter (must be expressed in the ENU coordinate system).
For eph, epv GNSS sensors, set it as follow: {eph*eph, 0, 0, 0, eph*eph, 0, 0, 0, epv*epv}.