RelativeENUPositionMessage Struct
Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1.1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| 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... | |
Public Static Attributes Index
| static constexpr uint32_t | INVALID_REFERENCE_STATION = 0xFFFFFFFF |
| static constexpr MessageType | MESSAGE_TYPE = ... |
| static constexpr uint8_t | MESSAGE_VERSION = 1 |
Description
Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1.1).
This message represents the relationship between the navigation engine's position solution and a nearby RTK base station. It is not used to convey unfiltered vehicle body orientation measurements generated using multiple GNSS antennas. See GNSSAttitudeOutput instead.
Definition at line 675 of file solution.h.
Public Member Attributes
gps_time
|
The GPS time of the message, if available, referenced to 1980/1/6.
Definition at line 686 of file solution.h.
p1_time
|
The time of the message, in P1 time (beginning at power-on).
Definition at line 683 of file solution.h.
position_std_enu_m
|
The position standard deviation (in meters), resolved with respect to the local ENU tangent plane: east, north, up.
If a differential solution to the base station is not available, these values will be NAN.
Definition at line 713 of file solution.h.
reference_station_id
|
The ID of the differential base station.
Definition at line 694 of file solution.h.
relative_position_enu_m
|
The relative position (in meters), resolved in the local ENU frame.
If a differential solution to the base station is not available, these values will be NAN.
Definition at line 703 of file solution.h.
solution_type
|
The type of this position solution.
Definition at line 689 of file solution.h.
Public Static Attributes
INVALID_REFERENCE_STATION
| constexpr static |
Definition at line 680 of file solution.h.
MESSAGE_TYPE
| constexpr static |
- Initialiser
Definition at line 676 of file solution.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 678 of file solution.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.