Skip to content

Commit 05cf21d

Browse files
authored
Revert CAMERA_OFFSET to 0.06
1 parent d35aa19 commit 05cf21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/controls/lib/pathplanner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from common.numpy_fast import interp
22
from selfdrive.controls.lib.latcontrol_helpers import model_polyfit, calc_desired_path, compute_path_pinv
33

4-
CAMERA_OFFSET = 0.08 # m from center car to camera
4+
CAMERA_OFFSET = 0.06 # m from center car to camera
55

66
class PathPlanner(object):
77
def __init__(self):

0 commit comments

Comments
 (0)