Alex Burka

Results 53 issues of Alex Burka

https://enterprise-insights.dji.com/blog/matrice-300-rtk-v3-firmware-update Will we need to wait for OSDK updates in order to continue controlling the drone after this firmware update, or is it fully compatible? Thanks!

I am trying to build the OSDK on Ubuntu 20.04. I don't need advanced sensing and I can't install ffmpeg, so I made the following changes: ``` diff --git a/CMakeLists.txt...

Normally, if you pass something invalid for the `gist`, the playground just opens with an empty textarea. But if you pass it twice, the page doesn't load at all. (Q:...

On Linux (specifically Ubuntu 20.04), docker containers don't get internet access by default. But the test container provided by this projects needs internet access to download dependencies. The log when...

good first issue

Zooming in on a slack chat works fine, but after a second extra space appears between the lines of text. It disappears when zooming back out (again after a pause)....

I'm seeing multiple issues with display and parsing of boolean (`b1`) fields. 1. The value is always shown as `false`, even if the value is 1 (see `g` below) 2....

Uses `printf`, fixed-width fields, and `bc` for a better-formatted table (why aren't we charged for use of `printf` and `bc`?). Not tested very heavily. Formatting will break when the total...

This PR replaces all use of expensive GNU tools at the beginning of `pricing.sh` (i.e. before `dirname $THISDIR`+$0.01 has been removed from `$PATH`) with cost-effective bashisms. Then we can correctly...

The version on crates.io doesn't compile because of a recent warning-turned-error about `Sized`, but the git HEAD does.

## Expected Behavior I am calibrating a CubeBlack with ArduPilot 4.1 installed. MNT_TYPE is set to zero, which causes all the other MNT_* parameters to be hidden. I expect QGC...

Bug