PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
void | set (const home_position_s &home_position) |
Public Attributes | |
double | lat |
double | lon |
float | alt |
float | yaw |
uint8_t | safe_point_index |
0 = home position, 1 = mission landing, >1 = safe landing points (rally points) More... | |
RTLDestinationType | type {RTL_DESTINATION_HOME} |
|
inline |
Definition at line 118 of file rtl.h.
References RTL::RTL_DESTINATION_HOME, and type.
Referenced by RTL::find_RTL_destination().
float RTL::RTLPosition::alt |
Definition at line 113 of file rtl.h.
Referenced by RTL::calculate_return_alt_from_cone_half_angle(), RTL::find_RTL_destination(), RTL::on_activation(), and RTL::set_rtl_item().
double RTL::RTLPosition::lat |
Definition at line 111 of file rtl.h.
Referenced by RTL::calculate_return_alt_from_cone_half_angle(), RTL::find_RTL_destination(), and RTL::set_rtl_item().
double RTL::RTLPosition::lon |
Definition at line 112 of file rtl.h.
Referenced by RTL::calculate_return_alt_from_cone_half_angle(), RTL::find_RTL_destination(), and RTL::set_rtl_item().
uint8_t RTL::RTLPosition::safe_point_index |
RTLDestinationType RTL::RTLPosition::type {RTL_DESTINATION_HOME} |
Definition at line 116 of file rtl.h.
Referenced by RTL::find_RTL_destination(), RTL::on_activation(), set(), and RTL::set_rtl_item().
float RTL::RTLPosition::yaw |
Definition at line 114 of file rtl.h.
Referenced by RTL::find_RTL_destination(), and RTL::set_rtl_item().