mirror of
https://github.com/pim-n/road-gen.git
synced 2026-02-03 09:23:09 +01:00
increase default alpha to help stability under default conditions
This commit is contained in:
@ -33,7 +33,7 @@ class SegmentedRoadGenerator(BaseRoadGenerator):
|
||||
def generate(
|
||||
self,
|
||||
segments: list[str],
|
||||
alpha: float = 1.0
|
||||
alpha: float = 100
|
||||
) -> Tuple[np.ndarray, np.ndarray]:
|
||||
"""Generate a curvature profile from a list of segments.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user