Cameron Clough

Results 86 comments of Cameron Clough
trafficstars

This is still an issue. Following the installation instructions in the README on the master branch it attempts to install kodi. ``` pi@raspberrypi:~/ $ sudo apt-get update pi@raspberrypi:~/ $ sudo...

I realise that this pull request is from a while ago, but the code is actually correct. Yan's code is equivalent to that graphic because whilst he swapped the `far`...

Oh, sorry, I was reading the wrong side of the diff.

This solves the VIN issues faced in #25188 Route: `86d00e12925f4df7|2022-07-18--20-24-15`

Sometimes the EPS just stops responding to the commands, but it doesn't appear to be faulted - if the driver steers the wheel manually to the desired angle it will...

I can replicate this on my comma three, and looking at the system logs doesn't give much information. I think we might just have to update the network manager package,...

@adeebshihadeh `/tmp` runs out of space :confused: can we make it bigger? or just pick somewhere else in `/data` https://github.com/commaai/agnos-builder/blob/972feac8d03671a2344841cfe8c11b7e03232b4c/userspace/files/fstab#L7

It seems like it fails in CI because the repos/modules only initially get cloned with a depth of 5, and the updater is trying to fetch objects which are older....

@adeebshihadeh we could export the dependencies from the pyproject.toml to generate the xx Pipfile.. or I'm thinking we add openpilot as a dependency of xx? then running pipenv install in...

I've added semver version constraints to all of the `*` packages, using the version from the old `Pipfile.lock`, so they _shouldn't_ have breaking changes.. Also pinned the Python version to...