Template Function rclcpp::create_client
Defined in File create_client.hpp
Function Documentation
Create a service client with a given type.
- Parameters:
node_base – [in] NodeBaseInterface implementation of the node on which to create the client.
node_graph – [in] NodeGraphInterface implementation of the node on which to create the client.
node_services – [in] NodeServicesInterface implementation of the node on which to create the client.
service_name – [in] The name on which the service is accessible.
qos – [in] Quality of service profile for client.
group – [in] Callback group to handle the reply to service calls.
- Returns:
Shared pointer to the created client.