mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 15:12:10 +08:00
f8453b27d5
* Add trailblazer support * Update routes.py * Update routes.py * Update CARS.md * Fix incorrect torque name * Update values.py and CARS.md * Change to update another route * update docs * only 2021 https://en.wikipedia.org/wiki/Chevrolet_Trailblazer_(crossover) only 2021 * new FP with missing addrs * Update selfdrive/car/gm/interface.py * tune the torque params * update docs * remove as a new platform * Revert "remove as a new platform" This reverts commit c9c65f29dbb1e1a5926540bb75433928325d6c0e. * add comment and comment out FP * need it to be in all_known_cars to test_model * add to releases --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: e1ad8df5192c9273688ced8f4a379f6d65d09f4d
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