Lachezar Lechev
Lachezar Lechev
To address @pwnorbitals points, these all are moved to the Workin Group repository issues https://github.com/AeroRust/WorkingGroup/issues/ - a nice-looking logo - https://github.com/AeroRust/WorkingGroup/issues/12 - a census - we have a Survey going...
> Any progress on an FCP? Another set of hands for stabilizing this feature. I think it is very useful for e.g. logging a given error too and it's a...
@julianoes I think you did not understand me correctly - everything after `0.10.1` gives this error, including: - `1.11` (tested) - `1.12` (I think I've tested this one too) -...
I think it might be related to the image. It seems that the broadcasting changed and that's why mavsdk_server does not find the system. When I run mavsdk_server locally (without...
Ok, so, the initial problem I had with `Primary accelerometer not found` was caused by a missing world - `baylands`. I've renamed this issue because it is still an issue...
According to the docs (https://docs.px4.io/main/en/simulation/gazebo_worlds.html) the files are located in this repo: https://github.com/PX4/PX4-SITL_gazebo/tree/main/worlds Not sure where and how they are pulled in the PX4-Autopilot repo and SITL configuration though.
I've opened an PR for adding `shellcheck` to the CI.
`embedded-graphics-framebuf` seems like a very useful crate. What I've been looking for is a crate for `canvas` - you can draw things in it and later on draw it on...
I really like the idea of adding alpha channel support in e-g! I do indeed use an Option, as for how can this support be added... I think the canvas...
RE: Crop/Clip - what I meant was that the Canvas can be cropped and potentially clipped, but the result will be another Canvas. Since the canvas is also Drawable, you...