feat: add EM planner contracts
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
public enum EmPlanningStatus
|
||||
{
|
||||
Success,
|
||||
SuccessWithFallback,
|
||||
InvalidInput,
|
||||
UnsupportedMotionMode,
|
||||
StaleVehicleState,
|
||||
StateDirectionMismatch,
|
||||
InvalidReferencePath,
|
||||
ProjectionFailed,
|
||||
CorridorInfeasible,
|
||||
LateralInfeasible,
|
||||
LongitudinalInfeasible,
|
||||
StoppingDistanceInsufficient,
|
||||
SolverUnavailable,
|
||||
SolverTimedOut,
|
||||
Cancelled,
|
||||
ValidationFailed,
|
||||
Superseded,
|
||||
Failed,
|
||||
}
|
||||
Reference in New Issue
Block a user