update
This commit is contained in:
parent
b114db2213
commit
9e735e35a0
1 changed files with 3 additions and 2 deletions
|
@ -113,8 +113,9 @@ public:
|
|||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
create_service(
|
||||
std::string service_name,
|
||||
std::function<void(const std::shared_ptr<typename ServiceT::Request> &,
|
||||
std::shared_ptr<typename ServiceT::Response> &)> callback,
|
||||
std::function<void(
|
||||
const std::shared_ptr<typename ServiceT::Request> &,
|
||||
std::shared_ptr<typename ServiceT::Response> &)> callback,
|
||||
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue