fix: unify path smoothing geometry metrics
This commit is contained in:
@@ -59,7 +59,8 @@ internal sealed class CubicBSplineSmoother : IPathSmoother
|
||||
sourceSegment.Direction,
|
||||
points,
|
||||
sourceSegment.StartsAtGearSwitch,
|
||||
sourceSegment.EndsAtGearSwitch));
|
||||
sourceSegment.EndsAtGearSwitch,
|
||||
sourceSegment.StartVehicleCurvaturePerMeter));
|
||||
}
|
||||
|
||||
return SmoothingCandidate.Success(candidateSegments);
|
||||
|
||||
Reference in New Issue
Block a user