chore: save current workspace progress
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.PathSmoothing;
|
||||
|
||||
/// <summary>路径平滑的最终发布状态。</summary>
|
||||
public enum PathSmoothingStatus
|
||||
{
|
||||
Success,
|
||||
FallbackToCoarsePath,
|
||||
InvalidInput,
|
||||
Infeasible,
|
||||
Failed,
|
||||
Cancelled,
|
||||
Complete,
|
||||
PartialImprovement,
|
||||
NotNeeded,
|
||||
Unchanged,
|
||||
}
|
||||
Reference in New Issue
Block a user