|
SMACC2
|
#include <geo_utils.hpp>

Public Attributes | |
| double | lat = 0.0 |
| double | lon = 0.0 |
| double | alt = 0.0 |
Definition at line 43 of file geo_utils.hpp.
| double cl_px4_mr::GeoPoint::alt = 0.0 |
Definition at line 47 of file geo_utils.hpp.
Referenced by cl_px4_mr::anonymous_namespace{cp_kml_mission_loader.cpp}::parseCoordinates().
| double cl_px4_mr::GeoPoint::lat = 0.0 |
Definition at line 45 of file geo_utils.hpp.
Referenced by cl_px4_mr::haversineDistance(), and cl_px4_mr::anonymous_namespace{cp_kml_mission_loader.cpp}::parseCoordinates().
| double cl_px4_mr::GeoPoint::lon = 0.0 |
Definition at line 46 of file geo_utils.hpp.
Referenced by cl_px4_mr::haversineDistance(), and cl_px4_mr::anonymous_namespace{cp_kml_mission_loader.cpp}::parseCoordinates().