Tim Wilson

Results 74 comments of Tim Wilson

If you recall the way I had tweaked the setup in my old version of the add-on. Present the user with a series of dialogs to set the number of...

A lot of very sexy detective work, if I may say so myself! > On Feb 1, 2017, at 12:37 PM, eshapard wrote: > > the function > has to...

Also, I still like the idea of using Anki events wherever possible, and then reconciling the score from events with the score in the database infrequently. Would basically eliminate the...

I think the old version of the add-on has most of the code we need. Database stuff would only be done on sync. As I think about it more, I’m...

I wonder how many other makes would benefit from this, which is essentially increasing the FF slope at lower speeds. Here's Sonata, for example ![](https://user-images.githubusercontent.com/7284371/185804435-8c016bda-1d13-4669-8be7-90ce6614e6b1.gif)

Looking into the vector's logs in data/diagnostics/logs/log.txt, I see that the vector cannot find escapepod.local, even though I can resolve http://escapepod.local:8080 from any other machine on the network. ``` 12-25...

Thanks @kercre123. I just pulled, reinstalled, and restarted the wire-pod machine. It's still accessible to every other device on my network at escapepod.local, but the Vector continues to error and...

Unfortunately, no. I got covered up with work and so I've been letting it sit for a while. This project is very actively maintained, so I was crossing my fingers...

So something in between this and the [previous implementation](https://github.com/commaai/openpilot/pull/25469) that was unnecessarily couched inside of liveParams?

The additional calculation of accel_g in the `else` block necessary at all. If that's not there, then accel is only changed at the lower rate but logged at 100Hz, making...