openpilot icon indicating copy to clipboard operation
openpilot copied to clipboard

openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars.

Results 1396 openpilot issues
Sort by recently updated
recently updated
newest added
trafficstars

Improved WiFi scanning efficiency by implementing adaptive intervals. When connected to WiFi, scans occur less frequently (60s) to reduce resource usage, while disconnected state uses more frequent scans to improve...

screenshot: ![2025-05-08_17-26](https://github.com/user-attachments/assets/6b5c44e2-4f28-4de8-a3ef-9ed2356214a3)

Adds `_run_coroutine_sync` to `WifiManagerWrapper` for safe property and method access from the main UI thread, fixing thread-safety issues when retrieving data from the underlying `WifiManager` instance.

ui

Improves thread safety in the `WifiManagerWrapper` class by replacing the bool `self._running` with a `threading.Event` object

ui

### Describe the bug Comma drives over lane line into the left lane on the majority of drives. The display shows the green driving path going onto the lane line....

bug

It appears that if you install a fork that isn't the base fork when first setting up your Comma 3, there may be registration or other issues. There is some...

enhancement

This change reduces the amount of unnecessary work done by micd. Previously, calculations would be done against every window and the results discared.

enhancement