mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 21:02:13 +08:00
6d69fc17da
* simple limits * add script * useless * remove script * cleanup comments * bump curvature limits * divide by 20 * add comment * add panda safety * add back notebook with multi route support * remove * bump up low speed up * comment old-commit-hash: 3c55f49dd8ac74db9b64adc4c24536aa46dc8128
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