André Kjellstrup
André Kjellstrup
@mbuzdalov did you build from the master, or use something ..older? FWIW - I just tested, no "LIBGL_ALWAYS_SOFTWARE=1" (which is great for battery life) - I tested with both Xorg...
@mbuzdalov FWIW: I am using the Qt that comes with the distro, - not the community edition. ``` $ qmake -v QMake version 3.1 Using Qt version 5.15.2 in /home/andre/Qt/5.15.2/gcc_64/lib...
fixed long time ago :)
@timtuxworth is that by any chance a 3DR Solo with OpenSolo ? (or anything else with Sololink/IMX6) - I remember that there was some issues with the controller-scripts that were/are...
This is fully reproducible with a serial connection to a ArduPilot, and SITL. I also believe this issue https://github.com/ArduPilot/apm_planner/issues/1270 is related .. he points to a specific issue with more...
FWIW: APM-Planner_2-2.0.30-rc1-x86_64.AppImage works fine.. that's only 16 commits since.. I tried to build 2.0.30 .. and still get the issue.. I start to believe it is something with my build...
@timtuxworth @Arne-W I did review the commits since the official .appimage was made. I start to suspect the issue is somehow related to the build environment. It would be of...
absolutely .. is there some way I can help- please say .. I am a Linux user, but never fiddled with building on github. If it is trivial - like...
@Arne-W Thank you very much. The appimage works perfectly with both waypoints, and firmware-fetching - (where both fail on my local builds (ubuntu 22.10) Please tell about Qt incompatibilty with...
@DoctorDizzee that's outdated information. install qt-community edition from https://www.qt.io/download-open-source install 5.15.2 - and add it to you path (ulness it's done automatically.) then you can skip installing any qt* packages...