mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
1945c356c2
* agnos 8 * update to python 3.11.4 (#27452) * rebase * optional * lower cython * TEMP don't pull cl to use python3.11 * Revert "lower cython" This reverts commit c5132f8a2727c212bdfc01e77aa53e50a17ead9d. * fix cython * remove tensorrt * carla + opencv * macos * update timm and smp * pynvc * https * downgrade numpy * pin scipy --------- Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com> Co-authored-by: Yassine <yassine.y10@gmail.com> * revert that * fix linter --------- Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com> Co-authored-by: Yassine <yassine.y10@gmail.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