Skip to content

Commit

Permalink
fix missing make_can_msg imported
Browse files Browse the repository at this point in the history
  • Loading branch information
Edison-CBS committed Aug 11, 2024
1 parent ed22cf5 commit 149d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/carcontroller.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cereal import car
from openpilot.common.params import Params
from openpilot.selfdrive.car import DT_CTRL
from openpilot.selfdrive.car import apply_meas_steer_torque_limits, apply_std_steer_angle_limits, common_fault_avoidance, make_tester_present_msg
from openpilot.selfdrive.car import apply_meas_steer_torque_limits, apply_std_steer_angle_limits, common_fault_avoidance, make_tester_present_msg, make_can_msg
from openpilot.selfdrive.car.can_definitions import CanData
from openpilot.selfdrive.car.helpers import clip, interp
from openpilot.selfdrive.car.interfaces import CarControllerBase
Expand Down

0 comments on commit 149d469

Please sign in to comment.