Skip to content

Commit

Permalink
removed numpy_fast and updated the dependent files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikimram committed Jan 11, 2025
1 parent 7505643 commit ffb174e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/drive_helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from cereal import log
import numpy np
import numpy as np
from openpilot.common.realtime import DT_CTRL

MIN_SPEED = 1.0
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/latcontrol.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import abstractmethod, ABC

import numpy np
import numpy as np
from openpilot.common.realtime import DT_CTRL

MIN_LATERAL_CONTROL_SPEED = 0.3 # m/s
Expand Down

0 comments on commit ffb174e

Please sign in to comment.