Skip to content

Commit

Permalink
Revert CAMERA_OFFSET to Comma default of 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGalaxy75 committed Nov 30, 2018
1 parent 90b77e8 commit 2bbbcc5
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 2bbbcc5

Please sign in to comment.