Skip to main content

Navigation Solution Message Definitions

Output messages containing position, navigation, and time results. More...

Classes Index

structCalibrationStatusMessage

Device calibration status update. More...

structGNSSInfoMessage

Information about the GNSS data used in the PoseMessage with the corresponding timestamp (MessageType::GNSS_INFO, version 1.1). More...

structGNSSSatelliteMessage

Information about the individual satellites used in the PoseMessage and GNSSInfoMessage with the corresponding timestamp (MessageType::GNSS_SATELLITE, version 1). More...

structPoseAuxMessage

Auxiliary platform pose information (MessageType::POSE_AUX, version 1). More...

structPoseMessage

Platform pose solution: position, velocity, attitude (MessageType::POSE, version 1.2). More...

structRelativeENUPositionMessage

Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1.1). More...

Enumerations Index

enum classCalibrationStage : uint8_t { ... }

The stages of the device calibration process. More...

Description

Output messages containing position, navigation, and time results.

See also Message Definitions.

Enumerations

CalibrationStage

enum class point_one::fusion_engine::messages::CalibrationStage : uint8_t
strong

The stages of the device calibration process.

Enumeration values
UNKNOWNCalibration stage not known (= 0)
MOUNTING_ANGLEEstimating IMU mounting angles (= 1)
DONECalibration complete (= 255)

Definition at line 376 of file solution.h.

377 UNKNOWN = 0, ///< Calibration stage not known.
378 MOUNTING_ANGLE = 1, ///< Estimating IMU mounting angles.
379 DONE = 255, ///< Calibration complete.
380};

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.