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
|
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||||
create_service(
|
create_service(
|
||||||
std::string service_name,
|
std::string service_name,
|
||||||
std::function<void(const std::shared_ptr<typename ServiceT::Request> &,
|
std::function<void(
|
||||||
std::shared_ptr<typename ServiceT::Response> &)> callback,
|
const std::shared_ptr<typename ServiceT::Request> &,
|
||||||
|
std::shared_ptr<typename ServiceT::Response> &)> callback,
|
||||||
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
|
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue