Skip to content

Commit

Permalink
Use recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteve Fernandez committed Apr 24, 2015
1 parent 0c14ed5 commit 03a8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/node_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ Node::async_list_parameters(
auto client = this->create_client<rcl_interfaces::ListParameters>("list_parameters");
auto request = std::make_shared<rcl_interfaces::ListParameters::Request>();
request->parameter_group = parameter_groups;
request->recurse = recursive;
request->recursive = recursive;
client->async_send_request(
request, [&promise_result, &future_result, &callback](
rclcpp::client::Client<rcl_interfaces::ListParameters>::SharedFuture cb_f) {
Expand Down

0 comments on commit 03a8da2

Please sign in to comment.