|
PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Default action to trigger the Takeoff mode. More...
#include <px4_ros2/mission/actions/default_actions.hpp>
Public Member Functions | |
| std::string | name () const override |
| void | run (const std::shared_ptr< ActionHandler > &handler, const ActionArguments &arguments, const std::function< void()> &on_completed) override |
Public Member Functions inherited from px4_ros2::ActionInterface | |
| 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 trigger the Takeoff mode.