feat: execute EM gear-switch boundaries
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
public enum GearSwitchState
|
||||
{
|
||||
Following,
|
||||
ApproachingGearSwitch,
|
||||
HoldingZero,
|
||||
RequestingDirectionChange,
|
||||
AwaitingDirectionConfirmation,
|
||||
Completed,
|
||||
}
|
||||
Reference in New Issue
Block a user