dragonpilot - 基於 openpilot 的開源駕駛輔助系統
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shane Smiskol 6133f603f0
Use math instead of numpy for calculating TTC, on average 80% faster (#2293)
5 years ago
..
cluster
lateral_mpc
longitudinal_mpc
longitudinal_mpc_model
__init__.py
alertmanager.py
alerts_offroad.json
drive_helpers.py
events.py Present alert if fan isn't spinning (#2258) 5 years ago
fcw.py Use math instead of numpy for calculating TTC, on average 80% faster (#2293) 5 years ago
lane_planner.py
latcontrol_indi.py
latcontrol_lqr.py
latcontrol_pid.py
long_mpc.py cleanup long planner, mpc: unused globals and arguments (#2211) 5 years ago
long_mpc_model.py
longcontrol.py remove unused globals, use self.reset() (#2220) 5 years ago
pathplanner.py
pid.py
planner.py cleanup long planner, mpc: unused globals and arguments (#2211) 5 years ago
radar_helpers.py cleanup duplicate function 5 years ago
speed_smoother.py
vehicle_model.py