cbayerlein
cbayerlein
Cool, thank you so much!
I just had a quick in QGC code. Obviously, it sends only positive values (between 0 and 1000) for throttle, except for rovers: https://github.com/mavlink/qgroundcontrol/blob/master/src/FlightDisplay/VirtualJoystick.qml#L44 I'm not sure if this behavior...
Ok, for now I changed MAVLinkReciever to correct z value: https://github.com/cbayerlein/rosettadrone_mini2/commit/4bfd6e2d37efcf921627f720b2ca53c6c2f4b40e
Thank you, Terje! I found the error in the code and fixed it with this commit: https://github.com/cbayerlein/rosettadrone_mini2/commit/16f4c253bc5336e77d9e5e8d31a0cf143fdaa714 However, since the altitude is an integer, I can't see cm values in...
Great, thanks for the hint! Changed int to float in this commit: https://github.com/cbayerlein/rosettadrone_mini2/commit/4526f9ee61c54f169e6d8c04afaebe013f3cc53c
Yes, I'm happy to help too, although I'm not sure how much I can actually contribute. I am not an expert (neither in relation to DJI SDK, nor Android development...
I second!