Use longer name
This commit is contained in:
parent
faba591f3d
commit
bbd7e39bf7
1 changed files with 2 additions and 2 deletions
|
@ -127,11 +127,11 @@ public:
|
|||
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
|
||||
|
||||
/* Create and return a Service. */
|
||||
template<typename ServiceT, typename F>
|
||||
template<typename ServiceT, typename FunctorT>
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
create_service(
|
||||
const std::string & service_name,
|
||||
F callback,
|
||||
FunctorT callback,
|
||||
rclcpp::callback_group::CallbackGroup::SharedPtr group = nullptr);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue