46 #include <px4_platform_common/module_params.h>
Helper class to use mission items.
void set_loiter_position()
Set the position to hold based on the current local position.
void on_activation() override
This function is called one time when mode becomes active, pos_sp_triplet must be initialized here...
void on_active() override
This function is called while the mode is active.
void on_inactive() override
This function is called while the mode is inactive.
Base class for different modes in navigator.
void reposition()
Use the stored reposition location of the navigator to move to a new location.
Loiter(Navigator *navigator)