23 using callback_t =
typename rclcpp::Service<ServiceType>::CallbackType;
36 ServiceServerHandler(rclcpp::Node::SharedPtr& node,
const std::string& address,
const callback_t& cbk,
const rclcpp::QoS& qos = rclcpp::ServicesQoS());
56 ServiceServerHandler(rclcpp::Node::SharedPtr& node,
const std::string& address,
const callback_t& cbk,
const rclcpp::QoS& qos,
const rclcpp::CallbackGroup::SharedPtr& callback_group);
67 ServiceServerHandler(rclcpp::Node::SharedPtr& node,
const std::string& address,
const callback_t& cbk,
const rclcpp::CallbackGroup::SharedPtr& callback_group);
70 rclcpp::CallbackGroup::SharedPtr callback_group_;
71 typename rclcpp::Service<ServiceType>::SharedPtr service_server_;
All mrs_lib functions, classes, variables and definitions are contained in this namespace.
Definition attitude_converter.h:24