mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 22:02:09 +08:00
cc473bf45b
* hyundai: match speed on dash * still needs conversion to m/s * always use CF_Clu_VehicleSpeed2 * clean up, like honda * experiment * to the source * works pretty well on optima (matches exactly on Sonata) * could be 0.5 * clean up test * revert test_moedls revert test_moedls * woops * woops. * . * fix hyst * only CF_Clu_VehicleSpeed * omgomgomg * add all this mess because it always takes a while * set vEgoCluster * fix all rounding errors * stash * clean up * clean up * fix metric conversion * only calculate when updated * try to filter (didn't look great from plots) * Revert "try to filter (didn't look great from plots)" This reverts commit 7e9876c237341d07163985b0718fd9c553372e72. * clean up * update refs Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: f73b041d43a1ece437df38e26b1dd30759a79c9f
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