Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1). More...
#include <point_one/fusion_engine/messages/solution.h>
Public Attributes | |
Timestamp | gps_time |
The GPS time of the message, if available, referenced to 1980/1/6. More... | |
Timestamp | p1_time |
The time of the message, in P1 time (beginning at power-on). More... | |
float | position_std_enu_m [3] = {NAN, NAN, NAN} |
The position standard deviation (in meters), resolved with respect to the local ENU tangent plane: east, north, up. More... | |
uint32_t | reference_station_id = INVALID_REFERENCE_STATION |
The ID of the differential base station. More... | |
double | relative_position_enu_m [3] = {NAN, NAN, NAN} |
The relative position (in meters), resolved in the local ENU frame. More... | |
SolutionType | solution_type = SolutionType::Invalid |
The type of this position solution. More... | |
Static Public Attributes | |
static constexpr uint32_t | INVALID_REFERENCE_STATION = 0xFFFFFFFF |
static constexpr MessageType | MESSAGE_TYPE |
static constexpr uint8_t | MESSAGE_VERSION = 1 |
Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1).
Definition at line 464 of file solution.h.
Timestamp point_one::fusion_engine::messages::RelativeENUPositionMessage::gps_time |
The GPS time of the message, if available, referenced to 1980/1/6.
Definition at line 475 of file solution.h.
|
staticconstexpr |
Definition at line 469 of file solution.h.
|
staticconstexpr |
Definition at line 465 of file solution.h.
|
staticconstexpr |
Definition at line 467 of file solution.h.
Timestamp point_one::fusion_engine::messages::RelativeENUPositionMessage::p1_time |
The time of the message, in P1 time (beginning at power-on).
Definition at line 472 of file solution.h.
float point_one::fusion_engine::messages::RelativeENUPositionMessage::position_std_enu_m[3] = {NAN, NAN, NAN} |
The position standard deviation (in meters), resolved with respect to the local ENU tangent plane: east, north, up.
NAN
. Definition at line 502 of file solution.h.
uint32_t point_one::fusion_engine::messages::RelativeENUPositionMessage::reference_station_id = INVALID_REFERENCE_STATION |
The ID of the differential base station.
Definition at line 483 of file solution.h.
double point_one::fusion_engine::messages::RelativeENUPositionMessage::relative_position_enu_m[3] = {NAN, NAN, NAN} |
The relative position (in meters), resolved in the local ENU frame.
NAN
. Definition at line 492 of file solution.h.
SolutionType point_one::fusion_engine::messages::RelativeENUPositionMessage::solution_type = SolutionType::Invalid |
The type of this position solution.
Definition at line 478 of file solution.h.