Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored and pd0wm committed Jan 26, 2022
1 parent dc48132 commit d4143dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfdrive/controls/lib/latcontrol_angle.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import math

from cereal import log
from common.realtime import DT_CTRL
from selfdrive.controls.lib.latcontrol import LatControl, MIN_STEER_SPEED

STEER_ANGLE_SATURATION_TIMEOUT = 1.0 / DT_CTRL
STEER_ANGLE_SATURATION_THRESHOLD = 2.5 # Degrees


Expand Down

0 comments on commit d4143dc

Please sign in to comment.