AutoAPMS
Resilient Robot Mission Management
|
Generic template class for a custom PX4 mode. More...
#include <auto_apms_px4/mode.hpp>
Generic template class for a custom PX4 mode.
The workspace must define a ROS 2 action providing the corresponding goal, feedback and result message types.
For the user to be able to execute custom PX4 modes that are created by inheriting from this class, a corresponding ModeExecutorFactory must be defined.
ActionT | Type of the ROS 2 action. |