increase default alpha to help stability under default conditions

This commit is contained in:
Pim Nelissen
2026-01-30 19:59:34 +01:00
parent 371d0d1e75
commit 17719a8865

View File

@ -33,7 +33,7 @@ class SegmentedRoadGenerator(BaseRoadGenerator):
def generate( def generate(
self, self,
segments: list[str], segments: list[str],
alpha: float = 1.0 alpha: float = 100
) -> Tuple[np.ndarray, np.ndarray]: ) -> Tuple[np.ndarray, np.ndarray]:
"""Generate a curvature profile from a list of segments. """Generate a curvature profile from a list of segments.