chore: save current workspace progress
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.PathSmoothing.Output.Visualization;
|
||||
|
||||
/// <summary>Stable report figures for the raw-path and Local G2 workflow.</summary>
|
||||
public enum SmoothingFigureKind
|
||||
{
|
||||
CoarsePathOverview,
|
||||
AllPathsComparison,
|
||||
LocalG2Overview,
|
||||
CurvatureComparison,
|
||||
LocalG2DiagnosticCandidate,
|
||||
}
|
||||
Reference in New Issue
Block a user