mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 00:12:05 +08:00
Fix missing curvature_factor val
This commit is contained in:
@@ -66,7 +66,7 @@ class PathPlanner(object):
|
||||
else:
|
||||
curvfac = 0.
|
||||
|
||||
#curvature_factor = VM.curvature_factor(v_ego) + curvfac
|
||||
curvature_factor = VM.curvature_factor(v_ego) + curvfac
|
||||
|
||||
# TODO: Check for active, override, and saturation
|
||||
# if active:
|
||||
|
||||
Reference in New Issue
Block a user