|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
WGS84 GPS fix attached to a sensor sample or graph node. More...
#include <GPS.h>
Public Member Functions | |
| GPS () | |
| Default-constructs a fix at the origin with zero stamp and error. | |
| GPS (const double &stamp, const double &longitude, const double &latitude, const double &altitude, const double &error, const double &bearing) | |
| Constructs a GPS fix. | |
| const double & | stamp () const |
| const double & | longitude () const |
| const double & | latitude () const |
| const double & | altitude () const |
| const double & | error () const |
| const double & | bearing () const |
| GeodeticCoords | toGeodeticCoords () const |
WGS84 GPS fix attached to a sensor sample or graph node.
Stores a timestamped geographic position with horizontal accuracy and bearing. Values are persisted in the database as six doubles in the order stamp, longitude, latitude, altitude, error, bearing.
|
inline |
|
inline |
Constructs a GPS fix.
| stamp | Timestamp in seconds. |
| longitude | Longitude in decimal degrees (DD, east positive). |
| latitude | Latitude in decimal degrees (DD, north positive). |
| altitude | Altitude in meters above the WGS84 ellipsoid. |
| error | Horizontal position error radius in meters. |
| bearing | Heading in degrees, 0 = north, increasing clockwise. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |