Adeeb Shihadeh
Adeeb Shihadeh
Most of `tools/replay/ui.py` has been replaced by our generic plotting tools (PlotJuggler and Rerun), but it's still the only thing we have in this repo to visualize the car's radar...
https://docs.comma.ai is currently just a nicer way to view all the READMEs in the repo. https://rerun.io/docs are the nicest docs I've seen recently. They look great and the content flows...
https://github.com/commaai/openpilot/actions/runs/9647291085/job/26605700354
The goal is to have CI output a full manifest you can drop in an openpilot branch for easy testing. Here's an example AGNOS update: https://github.com/commaai/openpilot/pull/32373. The workflow will then...
Not super easy to see what's going in this state since SSH isn't enabled. Fairly easy to repro in the new testing closet though. Touch also doesn't work in this...
Convenience things, like `valgrind`, should be the last to go. First up is anything we're just wasting space on, like package caches or AGNOS build-time dependencies. If we have to...
- [ ] setup pyproject.toml - [ ] publish to PyPI - [ ] test on all supported Python versions (example: https://github.com/commaai/bodyjim/pull/10)