Formatting
This commit is contained in:
parent
2367549a50
commit
db0238c7e2
2 changed files with 4 additions and 8 deletions
|
@ -131,8 +131,7 @@ public:
|
|||
typename function_arity<
|
||||
FunctorT,
|
||||
2,
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
>::type
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||
create_service(
|
||||
const std::string & service_name,
|
||||
FunctorT functor,
|
||||
|
@ -143,8 +142,7 @@ public:
|
|||
typename function_arity<
|
||||
FunctorT,
|
||||
3,
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
>::type
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||
create_service(
|
||||
const std::string & service_name,
|
||||
FunctorT functor,
|
||||
|
|
|
@ -186,8 +186,7 @@ template<typename ServiceT, typename FunctorT>
|
|||
typename function_arity<
|
||||
FunctorT,
|
||||
2,
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
>::type
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||
Node::create_service(
|
||||
const std::string & service_name,
|
||||
FunctorT functor,
|
||||
|
@ -214,8 +213,7 @@ template<typename ServiceT, typename FunctorT>
|
|||
typename function_arity<
|
||||
FunctorT,
|
||||
3,
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||
>::type
|
||||
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||
Node::create_service(
|
||||
const std::string & service_name,
|
||||
FunctorT functor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue