Removed check for third argument, fails with callbacks that don't take a request header
This commit is contained in:
parent
805d5cb00e
commit
02a41cd8ea
1 changed files with 0 additions and 4 deletions
|
@ -196,10 +196,6 @@ private:
|
|||
std::is_same<
|
||||
typename function_traits<FunctorT>::template argument_type<1>,
|
||||
typename std::shared_ptr<typename ServiceT::Request>
|
||||
>::value &&
|
||||
std::is_same<
|
||||
typename function_traits<FunctorT>::template argument_type<2>,
|
||||
typename std::shared_ptr<typename ServiceT::Response>
|
||||
>::value>::type * = nullptr>
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
create_service_internal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue