fix: unify path smoothing geometry metrics

This commit is contained in:
梁薄云
2026-07-30 16:39:08 +08:00
parent d7ceb761b7
commit d6b34f88ce
16 changed files with 259 additions and 115 deletions
@@ -111,7 +111,8 @@ public sealed class ArcLengthResampler
segment.Direction,
points,
segment.StartsAtGearSwitch,
segment.EndsAtGearSwitch);
segment.EndsAtGearSwitch,
segment.StartVehicleCurvaturePerMeter);
return true;
}