Fixed action server crashing when aborting
This commit is contained in:
@ -196,6 +196,7 @@ private:
|
|||||||
x->error = MoveAction::Result::MISALIGNED;
|
x->error = MoveAction::Result::MISALIGNED;
|
||||||
is_processing_goal_ = false;
|
is_processing_goal_ = false;
|
||||||
goal_handle->abort(x);
|
goal_handle->abort(x);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
double best_score = -INFINITY;
|
double best_score = -INFINITY;
|
||||||
|
|||||||
Reference in New Issue
Block a user