We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b114db2 commit 9e735e3Copy full SHA for 9e735e3
1 file changed
rclcpp/include/rclcpp/node.hpp
@@ -113,8 +113,9 @@ class Node
113
typename rclcpp::service::Service<ServiceT>::SharedPtr
114
create_service(
115
std::string service_name,
116
- std::function<void(const std::shared_ptr<typename ServiceT::Request> &,
117
- std::shared_ptr<typename ServiceT::Response> &)> callback,
+ std::function<void(
+ const std::shared_ptr<typename ServiceT::Request> &,
118
+ std::shared_ptr<typename ServiceT::Response> &)> callback,
119
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
120
121
private:
0 commit comments