feat: add EM planner contracts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
public enum EmMotionModel
|
||||
{
|
||||
NonholonomicForwardReverse,
|
||||
CrabTranslation,
|
||||
InPlaceRotation,
|
||||
}
|
||||
Reference in New Issue
Block a user