15#include "auto_apms_interfaces/action/mission.hpp"
19#define INPUT_KEY_DO_RESTART "do_restart"
27 using RosActionNode::RosActionNode;
29 static BT::PortsList providedPorts()
32 "Wether to restart (true) or resume (false) the mission.") });
35 bool setGoal(
Goal& goal)
#define INPUT_KEY_DO_RESTART
Abstract class to wrap rclcpp_action::Client<>
typename auto_apms_interfaces::action::Mission::Goal Goal
static BT::PortsList providedBasicPorts(BT::PortsList addition)
#define AUTO_APMS_BEHAVIOR_TREE_REGISTER_NODE(type)
Macro for registering a behavior tree node plugin.