mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 22:02:09 +08:00
13efebaa7e
* clip Ford requested curvature to current +- delta * fix bug, allow for more limit * bump panda to branch * bump panda * rename * rename function * make a wrapper function (ford uses dynamic up/down limits * make two functions consistent * use apply_dist_to_meas_limits * only above 12 ms * simplify, clean up * this isn't used * https://github.com/commaai/openpilot/pull/27446 * bump panda * one m/s fudge * fix current curvature * also fix panda * fix panda blocking msgs * bump panda to fix more blocked msgs * clip * bump panda * lower to 9 ms * clean up carcontroller * bump panda * bump * bumppanda * bumppanda * bumppanda * split line old-commit-hash: 8e3e9141ee74779a0ec49ca24c2ff938d686bb6f
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