16#include "auto_apms_interfaces/action/command_tree_executor.hpp"
21class PauseExecutorAction :
public RosActionNode<auto_apms_interfaces::action::CommandTreeExecutor>
26 bool setGoal(
Goal& goal)
28 goal.command = Goal::COMMAND_PAUSE;
RosActionNode(const std::string &instance_name, const Config &config, const Context &context)
typename auto_apms_interfaces::action::CommandTreeExecutor::Goal Goal
#define AUTO_APMS_BEHAVIOR_TREE_REGISTER_NODE(type)
Macro for registering a behavior tree node plugin.