Skip to content

Commit

Permalink
Revert CAMERA_OFFSET to 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGalaxy75 authored Dec 2, 2018
1 parent d35aa19 commit 05cf21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/pathplanner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from common.numpy_fast import interp
from selfdrive.controls.lib.latcontrol_helpers import model_polyfit, calc_desired_path, compute_path_pinv

CAMERA_OFFSET = 0.08 # m from center car to camera
CAMERA_OFFSET = 0.06 # m from center car to camera

class PathPlanner(object):
def __init__(self):
Expand Down

0 comments on commit 05cf21d

Please sign in to comment.