ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Implementation of the NodeServices part of the Node API. More...
#include <rclcpp/node_interfaces/node_services.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | NodeServices (rclcpp::node_interfaces::NodeBaseInterface *node_base) |
RCLCPP_PUBLIC void | add_client (rclcpp::ClientBase::SharedPtr client_base_ptr, rclcpp::CallbackGroup::SharedPtr group) override |
RCLCPP_PUBLIC void | add_service (rclcpp::ServiceBase::SharedPtr service_base_ptr, rclcpp::CallbackGroup::SharedPtr group) override |
RCLCPP_PUBLIC std::string | resolve_service_name (const std::string &name, bool only_expand=false) const override |
Get the remapped and expanded service name given a input name. | |
Implementation of the NodeServices part of the Node API.
Definition at line 34 of file node_services.hpp.