Skip to content

Commit

Permalink
Removed helper that only shows declared params
Browse files Browse the repository at this point in the history
  • Loading branch information
guihomework committed Apr 3, 2023
1 parent 87b7db6 commit 97d06e0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ controller_interface::CallbackReturn ForceTorqueSensorBroadcaster::on_configure(
get_node()->get_logger(),
"Could not configure sensor filter chain, please check if the "
"parameters are provided correctly.");
// user helper
auto allparams = get_node()->get_node_parameters_interface()->list_parameters({}, 0);
std::cerr << " available params are:\n" << std::endl;
for (const auto & name : allparams.names)
{
std::cerr << name << std::endl;
}
return CallbackReturn::ERROR;
}
try
Expand Down

0 comments on commit 97d06e0

Please sign in to comment.