Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Represents the home position in both local ENU and global coordinates. More...
#include <auterion_sdk/system_state/system_state.hpp>
Public Attributes | |
Eigen::Vector3f | local_position_enu_m |
GlobalPosition | global_position |
double | yaw |
bool | altitude_valid |
bool | global_position_valid |
bool | local_position_valid |
bool | was_set_manually |
Represents the home position in both local ENU and global coordinates.
bool auterion::HomePosition::altitude_valid |
Indicates if the altitude is valid
GlobalPosition auterion::HomePosition::global_position |
Global position (latitude, longitude, altitude)
bool auterion::HomePosition::global_position_valid |
Indicates if the global position is valid
Eigen::Vector3f auterion::HomePosition::local_position_enu_m |
Local position in ENU coordinates [m]
bool auterion::HomePosition::local_position_valid |
Indicates if the local position is valid
bool auterion::HomePosition::was_set_manually |
Indicates if the home position was set manually
double auterion::HomePosition::yaw |
Yaw [rad]