diff --git a/rclcpp/include/rclcpp/create_client.hpp b/rclcpp/include/rclcpp/create_client.hpp index a105ee5ed8..7f1994a888 100644 --- a/rclcpp/include/rclcpp/create_client.hpp +++ b/rclcpp/include/rclcpp/create_client.hpp @@ -47,9 +47,9 @@ create_client( std::shared_ptr node_services, std::shared_ptr node_clock, const std::string & service_name, - const rclcpp::QoS & qos = rclcpp::ServicesQoS(), - rclcpp::CallbackGroup::SharedPtr group = nullptr, - bool enable_service_introspection=false) + const rclcpp::QoS & qos, + rclcpp::CallbackGroup::SharedPtr group, + bool enable_service_introspection) { return create_client( node_base, node_graph, node_services, node_clock, service_name,