AutoAPMS
Resilient Robot Mission Management
|
#include <memory>
#include <string>
#include "rclcpp/executors.hpp"
#include "behaviortree_cpp/action_node.h"
#include "auto_apms_behavior_tree/exceptions.hpp"
#include "auto_apms_behavior_tree/node/ros_node_context.hpp"
Go to the source code of this file.
Classes | |
class | RosServiceNode< ServiceT > |
Namespaces | |
namespace | auto_apms_behavior_tree |
Enumerations | |
enum | ServiceNodeErrorCode { SERVICE_UNREACHABLE , SERVICE_TIMEOUT , INVALID_REQUEST , SERVICE_ABORTED } |
Functions | |
const char * | toStr (const ServiceNodeErrorCode &err) |