Skip to content

Commit

Permalink
Removed check for third argument, fails with callbacks that don't tak…
Browse files Browse the repository at this point in the history
…e a request header
  • Loading branch information
Esteve Fernandez committed Apr 30, 2015
1 parent 805d5cb commit 02a41cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rclcpp/include/rclcpp/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ class Node
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(
Expand Down

0 comments on commit 02a41cd

Please sign in to comment.