feat: define full-direction EM planning scope
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
public enum EmPlanningScope
|
||||
{
|
||||
RollingHorizon,
|
||||
FullDirectionSegment,
|
||||
}
|
||||
Reference in New Issue
Block a user