feat: separate rolling horizons from stop boundaries
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
public enum EmLongitudinalMode
|
||||
{
|
||||
RollingContinuation,
|
||||
ApproachStopBoundary,
|
||||
ExactStopAtBoundary,
|
||||
}
|
||||
Reference in New Issue
Block a user