Class PluginBase
Defined in File path_planner_plugin_base.hpp
Class Documentation
-
class PluginBase
Public Functions
-
virtual bool on_deactivate() = 0
-
virtual bool on_modify() = 0
-
virtual bool on_pause() = 0
-
virtual bool on_resume() = 0
-
virtual void on_execution_end() = 0
-
virtual as2_behavior::ExecutionStatus on_run() = 0
-
inline virtual ~PluginBase()
Public Members
-
std::vector<geometry_msgs::msg::Point> path_
Protected Functions
-
inline PluginBase()
-
virtual bool on_deactivate() = 0