Skip to content

Commit

Permalink
remove result success from dyn param handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pepisg committed Feb 6, 2025
1 parent 088c423 commit 43d379a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_mppi_controller/src/parameters_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ParametersHandler::dynamicParamsCallback(
{
callback->second(param, result);
} else {
result.successful = false;
if (!result.reason.empty()) {
result.reason += "\n";
}
Expand Down

0 comments on commit 43d379a

Please sign in to comment.