PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Default action to trigger the Land mode. More...
#include <px4_ros2/mission/actions/default_actions.hpp>
Public Member Functions | |
std::string | name () const override |
bool | shouldStopAtWaypoint (const ActionArguments &arguments) 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 | supportsResumeFromLanded () |
virtual void | deactivate () |
Default action to trigger the Land mode.
|
inlineoverridevirtual |
If this returns true, trajectory navigation stops the vehicle at the previous waypoint.
Reimplemented from px4_ros2::ActionInterface.