The GNSS message contains the GNSS data of the robot. More...
#include <creos/messages/gnss.hpp>
Public Types | |
enum | CovarianceType { kInvalidCovariance = -1 , kUnknown = 0 , kApproximated = 1 , kDiagonalKnown = 2 , kKnown = 3 } |
Public Member Functions | |
auto | operator<=> (const GnssPosition &other) const =default |
Compare two GnssPosition messages. | |
Public Attributes | |
GnssCoordinate | coordinate |
Matrixd< 3, 3 > | covariance |
CovarianceType | position_covariance_type = kInvalidCovariance |
The GNSS message contains the GNSS data of the robot.