mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +08:00
b95d69ae1b
* add CADILLAC ESCALADE ESV PLATINUM 2019 * add test route * Update selfdrive/car/gm/interface.py * combine params * that's just a trim * wow, there's a huge torque offset (left is 1.2 m/s^2, right is 1.9 m/s^2 max lat accel) * don't hard code * Update selfdrive/car/torque_data/override.yaml * consistent formatting * add to releases --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
Port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Fingerprints and absolute limits
radar_interface.py
Radar interface