feat: define path smoothing contracts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.PathSmoothing;
|
||||
|
||||
/// <summary>平滑路径点的来源。</summary>
|
||||
public enum SmoothedPathPointSource
|
||||
{
|
||||
Anchor,
|
||||
Interpolated,
|
||||
GearSwitch,
|
||||
CoarsePathFallback,
|
||||
}
|
||||
Reference in New Issue
Block a user