David Grayson
David Grayson
I'll probably keep this issue open because it is a nice warning to other people who might try to use this program in a plane.
The Linux developers must have made some breaking changes in their header files. Could you try adding `#include ` near the top of that file?
I am not sure what the problem is. It sounds like you are using the `--output euler` and `--gyro-only` options, and the first angle (pitch) not is inverted from what...
Sorry, I don't get it. The first angle is pitch. On a plane, pitch describes how far your plane is from pointing at the horizon. Are you sure you are...
Hello, @ssokol. The Euler values are relative to magnetic north and the code doesn't know about true north. Yes, I think you might be expecting too much from the device,...
I'll keep this issue open because @thesummer's new calibration script and his modifications to my code look like they might be useful, especially since @ssokol said the result was "MUCH...
The `/usr/local` directory is not specified in our CMakeLists.txt file; it is just the default location where CMake wants to install software on your system. It is unfortunate that location...
I'm glad you were able to get things working. I'll leave this issue open as a reminder that we might need to add extra steps to our macOS instructions to...
This was fixed by c42cca6c225d47def454c41542accd36ded454da .
This PR only erases what it needs to, but for future work maybe it could be argued that erasing a 32 KB or 64 KB chunk isn't all that different...