mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 14:52:15 +08:00
acec4fc22f
* Add support for Forester Hybrid 2020 Co-authored-by: martinl <martin@mlp.ee> * it's a param now * make it work * fix * merge and cleanup * remove duplicate * should be forester * bump submodules * should be abs * add missing params * still need a test route * still need a test route * consitent * here too * todo * more * Update selfdrive/car/tests/routes.py * clean up --------- Co-authored-by: martinl <martin@mlp.ee> Co-authored-by: Justin Newberry <jnewberry0502@gmail.com> old-commit-hash: 3719be8b76f81068da3aadd5bd0f76e8a4d00396
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