Beat Küng
Beat Küng
- [ ] https://github.com/PX4/PX4-Autopilot/pull/22517
Doc updates for - [ ] https://github.com/PX4/PX4-Autopilot/pull/22494. We can also move the library integration tests into a separate page under test_and_ci.
This brings a plugin for the events protocol (https://mavlink.io/en/services/events.html), allowing to listen for events and arming checks. - It is using the [component metadata](https://github.com/mavlink/MAVSDK/pull/2272), and therefore moves the implementation to...
With the introduction of using PX4 message definitions seamlessly on companions via ROS 2 DDS bridge, the question of message compatibility arises. Specifically, there is a need for the following...
When a monitor gets disconnected, the destroy event of all associated windows gets called, and the window gets removed. This PR changes that behavior: the window is still closed but...
## Description Can be used to display bytes, e.g. free disk space `${byteshumanreadable(EWW_DISK["/"].free,1)}` -> `150.3 GB`. Or also for rates, e.g. `${byteshumanreadable(EWW_NET.wlp3s0.NET_DOWN,0)}/s` -> `392 KB/s` The name is a bit...
Very cool project. ## Description This updates system_stats and exposes `read` and `written` to `EWW_DISK`, allowing to monitor disk io stats. ## Checklist Please make sure you can check all...