-
The way controller schemes are processed and setup in drive and arm at the moment is not great.
### Drive
Uses `ControllerSceme` and `ControllerManager` classes to manage the scheme. This is done, at…
-
### Name and description
I have a `timer` Observable and I need to pause it with one condition: when it'll resume it'll continue to emit elements from an element, which be paused with **initial delay…
-
#### Problem
The "fake" PlatformManager event loop does not run System::Layer bits like timers. This makes `TestSystemScheduleWork` time out there (since it uses a timer for now). As a result, the…
-
Currently, the main config, product and website configurations are hardcoded, making it difficult to manage and update. We should refactor this into a separate configuration file to improve maintainab…
-
I need to 'reverse' countdown in terms that I need my timer starts with 0 and ends on some particular moment, lets say 30s.
As a workaround I use 'timer-tick' event and check if the running time is t…
-
At the moment, a timer start event creates timers on the deployment partition to avoid doing the same work in multiple brokers. Since this approach pushes the entire load of workflows with timer start…
-
Last VPS update, along with OpenBG 5.3.013 update, causes a crash if you want to change the channel, at the moment you want to create a timer.
I mean: you create a new timer (for instance starting fr…
-
We briefly talked on discord about adding an erlang benchmarking library.
I wanted to get some of the requirements down before trying to implement it.
I'm thinking to wrap erlang's `timer` modul…
edman updated
3 years ago
-
If there is only one node other than panda (C3X), the `can_printer.py` usually prints only few messages (or none).
Example: 6 messages printed but the timer is rolling:
```
CAN=2 /data/openpilot…
-
**Is your feature request related to a problem? Please describe.**
When having to perform tasks such as check and renew a token client side to use in the headers, it is not possible to await async me…