Fixed action server crashing when aborting

This commit is contained in:
2024-12-15 03:09:40 +01:00
parent 659eead34d
commit 62e48cb0ea

View File

@ -196,6 +196,7 @@ private:
x->error = MoveAction::Result::MISALIGNED;
is_processing_goal_ = false;
goal_handle->abort(x);
return;
}
double best_score = -INFINITY;