mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 20:32:13 +08:00
9fefac8bcc
* wait to leave elm mode before checking relay malfunction * clean up * clean up * pycharm is best * clean up * more * use pandaStatesDEPRECATED * fix * use constant * only radar * cmt * set inline * comment and re-arrange * enable for relay malfunc check * down here * Update selfdrive/car/tests/test_models.py * rm * don't affect other tests * up here * one line * update cmt * no tolerance * Revert "no tolerance" This reverts commit 41b1c7e8beda87a878c3bb1f37ec96b256965966. * comment is real solution --------- Co-authored-by: Kacper Rączy <gfw.kra@gmail.com> old-commit-hash: 5d1550de871b0ac036b1dd44545fd7ff17fb91cd
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