mirror of
https://github.com/pim-n/road-gen.git
synced 2026-02-03 01:13: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(
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user