PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Default action to resume missions. More...
#include <px4_ros2/mission/actions/default_actions.hpp>
Public Member Functions | |
OnResume (ModeBase &mode, std::shared_ptr< LandDetected > land_detected) | |
std::string | name () const override |
void | run (const std::shared_ptr< ActionHandler > &handler, const ActionArguments &arguments, const std::function< void()> &on_completed) override |
![]() | |
virtual bool | canRun (const ActionArguments &arguments, std::vector< std::string > &errors) |
virtual bool | shouldStopAtWaypoint (const ActionArguments &arguments) |
virtual bool | supportsResumeFromLanded () |
virtual void | deactivate () |
Default action to resume missions.