Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: goes <[email protected]>
  • Loading branch information
goes authored and goes committed Jul 16, 2024
1 parent 6da07df commit 173b69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void RotationShimController::deactivate()

primary_controller_->deactivate();

node_.lock()->remove_on_set_parameters_callback(dyn_params_handler_);
node_.lock()->remove_on_set_parameters_callback(dyn_params_handler_.get());
dyn_params_handler_.reset();
}

Expand Down

0 comments on commit 173b69b

Please sign in to comment.