RawGNSSAttitudeOutput Struct
Raw (uncorrected) GNSS attitude sensor measurement output (MessageType::RAW_GNSS_ATTITUDE_OUTPUT, version 1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| MeasurementDetails | details |
|
Measurement timestamp and additional information, if available. More... | |
| uint32_t | flags = 0 |
|
A bitmask of flags associated with the solution. More... | |
| float | position_std_enu_m[3] = {NAN, NAN, NAN} |
|
The standard deviation of the relative position vector (in meters), resolved with respect to the local ENU tangent plane: east, north, up. More... | |
| float | relative_position_enu_m[3] = {NAN, NAN, NAN} |
|
The position of the secondary GNSS antenna relative to the primary antenna (in meters), resolved with respect to the local ENU tangent plane: east, north, up. More... | |
| SolutionType | solution_type = SolutionType::Invalid |
|
Set to SolutionType::RTKFixed when heading is available, or SolutionType::Invalid otherwise. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = ... |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
Raw (uncorrected) GNSS attitude sensor measurement output (MessageType::RAW_GNSS_ATTITUDE_OUTPUT, version 1).
This message is an output from the device contaning raw orientation measurements generated using multiple GNSS antennas/receivers that have not been corrected for horizontal/vertical offsets between the antennas. Here, orientation is represented as the vector from a primary GNSS antenna to a secondary GNSS antenna.
For vehicle body angle measurements, and for measurements corrected for horizontal/vertical offsets, see GNSSAttitudeOutput.
Definition at line 1226 of file measurements.h.
Public Member Attributes
details
|
Measurement timestamp and additional information, if available.
See MeasurementDetails for details.
Definition at line 1235 of file measurements.h.
flags
|
A bitmask of flags associated with the solution.
Definition at line 1246 of file measurements.h.
position_std_enu_m
relative_position_enu_m
|
The position of the secondary GNSS antenna relative to the primary antenna (in meters), resolved with respect to the local ENU tangent plane: east, north, up.
Position is measured with respect to the primary antenna as follows:
\[
\Delta r_{ENU} = C^{ENU}_{ECEF} (r_{Secondary, ECEF} - r_{Primary, ECEF})
\]
Definition at line 1258 of file measurements.h.
solution_type
|
Set to SolutionType::RTKFixed when heading is available, or SolutionType::Invalid otherwise.
Definition at line 1241 of file measurements.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
- Initialiser
Definition at line 1227 of file measurements.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 1229 of file measurements.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.