We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35aa19 commit 05cf21dCopy full SHA for 05cf21d
selfdrive/controls/lib/pathplanner.py
@@ -1,7 +1,7 @@
1
from common.numpy_fast import interp
2
from selfdrive.controls.lib.latcontrol_helpers import model_polyfit, calc_desired_path, compute_path_pinv
3
4
-CAMERA_OFFSET = 0.08 # m from center car to camera
+CAMERA_OFFSET = 0.06 # m from center car to camera
5
6
class PathPlanner(object):
7
def __init__(self):
0 commit comments