This struct store de GPS longitude, latitude (in degrees ) and altitude (in meters) for the first GPS observation compose with de sensor position on the robot.
Definition at line 302 of file maps/CLandmarksMap.h.
#include <mrpt/maps/CLandmarksMap.h>
Public Member Functions | |
TGPSOrigin () | |
Public Attributes | |
double | longitude |
degrees More... | |
double | latitude |
degrees More... | |
double | altitude |
meters More... | |
double | ang |
These 3 params allow rotating and shifting GPS coordinates with other 2D maps (e.g. More... | |
double | x_shift |
double | y_shift |
unsigned int | min_sat |
Minimum number of sats to take into account the data. More... | |
mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::TGPSOrigin | ( | ) |
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::altitude |
meters
Definition at line 308 of file maps/CLandmarksMap.h.
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::ang |
These 3 params allow rotating and shifting GPS coordinates with other 2D maps (e.g.
gridmaps).
Definition at line 312 of file maps/CLandmarksMap.h.
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::latitude |
degrees
Definition at line 307 of file maps/CLandmarksMap.h.
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::longitude |
degrees
Definition at line 306 of file maps/CLandmarksMap.h.
unsigned int mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::min_sat |
Minimum number of sats to take into account the data.
Definition at line 313 of file maps/CLandmarksMap.h.
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::x_shift |
Definition at line 312 of file maps/CLandmarksMap.h.
double mrpt::maps::CLandmarksMap::TLikelihoodOptions::TGPSOrigin::y_shift |
Definition at line 312 of file maps/CLandmarksMap.h.
Page generated by Doxygen 1.9.5 for MRPT 1.4.0 SVN: at Sun Dec 25 21:25:12 UTC 2022 |