AutoAPMS
Resilient Robot Mission Management
|
Helper template class that creates a ModeExecutor for a custom PX4 mode implemented by inheriting from ModeBase. More...
#include <auto_apms_px4/mode_executor.hpp>
Helper template class that creates a ModeExecutor for a custom PX4 mode implemented by inheriting from ModeBase.
ActionT | Type of the ROS 2 action. Must be the same as used by ModeT . |
ModeT | Custom PX4 mode class. |
Definition at line 154 of file mode_executor.hpp.