PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <geo.h>
Public Attributes | |
uint64_t | timestamp |
double | lat_rad |
double | lon_rad |
double | sin_lat |
double | cos_lat |
bool | init_done |
double map_projection_reference_s::cos_lat |
Definition at line 80 of file geo.h.
Referenced by map_projection_init_timestamped(), map_projection_project(), and map_projection_reproject().
bool map_projection_reference_s::init_done |
Definition at line 81 of file geo.h.
Referenced by BlockLocalPositionEstimator::BlockLocalPositionEstimator(), BlockLocalPositionEstimator::gpsInit(), map_projection_init_timestamped(), map_projection_initialized(), BlockLocalPositionEstimator::mocapInit(), BlockLocalPositionEstimator::Run(), and BlockLocalPositionEstimator::visionInit().
double map_projection_reference_s::lat_rad |
Definition at line 77 of file geo.h.
Referenced by MavlinkReceiver::handle_message_hil_state_quaternion(), map_projection_global_getref(), map_projection_init_timestamped(), map_projection_reference(), map_projection_reproject(), BlockLocalPositionEstimator::publishLocalPos(), and Ekf2::Run().
double map_projection_reference_s::lon_rad |
Definition at line 78 of file geo.h.
Referenced by MavlinkReceiver::handle_message_hil_state_quaternion(), map_projection_global_getref(), map_projection_init_timestamped(), map_projection_project(), map_projection_reference(), map_projection_reproject(), BlockLocalPositionEstimator::publishLocalPos(), and Ekf2::Run().
double map_projection_reference_s::sin_lat |
Definition at line 79 of file geo.h.
Referenced by map_projection_init_timestamped(), map_projection_project(), and map_projection_reproject().
uint64_t map_projection_reference_s::timestamp |
Definition at line 76 of file geo.h.
Referenced by MavlinkReceiver::handle_message_hil_state_quaternion(), map_projection_init_timestamped(), and map_projection_timestamp().