Willem Melching
Willem Melching
I don't need to modify the packets, or update the ui. I just want some kind of signal/event with a list of message from the last rx batch. Maybe we...
This PR is not done yet
What do I need to check to make sure it's not showing up as supported? It's not in the `CAR_INFO` list, and rerunning `docs.py` seems to cause no changes.
On the stock system of the 2021 Rav4 Prime it seems like `ACCEL_CMD` is always 0, and only `ACCEL_CMD_ALT` is used. (`20ba9ade056a8c7b|2021-02-08--21-57-35`). Is this the first car that shows this...
It segfaults on startup: ``` tools/cabana/_cabana --demo services std::vector(can, roadEncodeIdx, carParams, wideRoadEncodeIdx) loading route "4cf7a6ad03080c90|2021-09-29--13-46-36" load route 4cf7a6ad03080c90|2021-09-29--13-46-36 with 11 valid segments seeking to 0 s, segment 0 loading segment...
Related: https://github.com/commaai/pandajs/issues/8
Looks like during both drives the NVME drive lost connection, causing a kernel panic. We're working on fixing this from the software side, but if you keep running into this...
This increases the max torque sent to these cars? I assume this also requires panda changes? Is there less torque than other Subarus if you send 2047? Or is it...
As far as I'm aware most Toyota's don't broadcast any button state on CAN. We have to find the signal that indicates this disengagements and alert on them.
The create time in the cloudlog json is a double, which is converted to a string using snprintf here: https://github.com/commaai/openpilot/blob/master/third_party/json11/json11.cpp#L60 The problem is that this probably takes into account your...