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<
|
typename function_arity<
|
||||||
FunctorT,
|
FunctorT,
|
||||||
2,
|
2,
|
||||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||||
>::type
|
|
||||||
create_service(
|
create_service(
|
||||||
const std::string & service_name,
|
const std::string & service_name,
|
||||||
FunctorT functor,
|
FunctorT functor,
|
||||||
|
@ -143,8 +142,7 @@ public:
|
||||||
typename function_arity<
|
typename function_arity<
|
||||||
FunctorT,
|
FunctorT,
|
||||||
3,
|
3,
|
||||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||||
>::type
|
|
||||||
create_service(
|
create_service(
|
||||||
const std::string & service_name,
|
const std::string & service_name,
|
||||||
FunctorT functor,
|
FunctorT functor,
|
||||||
|
|
|
@ -186,8 +186,7 @@ template<typename ServiceT, typename FunctorT>
|
||||||
typename function_arity<
|
typename function_arity<
|
||||||
FunctorT,
|
FunctorT,
|
||||||
2,
|
2,
|
||||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||||
>::type
|
|
||||||
Node::create_service(
|
Node::create_service(
|
||||||
const std::string & service_name,
|
const std::string & service_name,
|
||||||
FunctorT functor,
|
FunctorT functor,
|
||||||
|
@ -214,8 +213,7 @@ template<typename ServiceT, typename FunctorT>
|
||||||
typename function_arity<
|
typename function_arity<
|
||||||
FunctorT,
|
FunctorT,
|
||||||
3,
|
3,
|
||||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
|
||||||
>::type
|
|
||||||
Node::create_service(
|
Node::create_service(
|
||||||
const std::string & service_name,
|
const std::string & service_name,
|
||||||
FunctorT functor,
|
FunctorT functor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue