Dominic Spreitz
Dominic Spreitz
Here are some example files, which should help develop this feature. Contest: Bayreuth 2018 Day: 2018-05-30 Class: Open The file contains: - Normal IGC files used for official scoring -...
Following manual work-around works: Manually rename a downloaded RASP file (e.g. 'CzechRepublic (by Thermalmap.info).dat') to xcsoar-rasp.dat in the /Android/data/org.xcsoar/files/ folder. After that you can go to Info --> Weather -->...
My raspbian version is following: ``` pi@raspberrypi:~ $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ```
Yes, the distance per sector is in meters.
The source is the 'DATA PORT INTERFACE CONTROL DOCUMENT (ICD)' -FTD-012 by FLARM. Can be requested by everybody on their website: https://flarm.com/support/manuals-documents/icd-download/ Maximum for N is 20: "Expect 20 circle...
I am presently entirely clueless how GUI programming in XCS works. Where should I start looking at code to understand how to implement a corresponding FLARM-Range dialog?
I need help understanding following warning message: src/Engine/GlideSolvers/GlidePolar.cpp:51: error: undefined reference to 'AirDensityRatio(double)' The line [51](https://github.com/dspreitz/XCSoar/blob/6d31dc129b2021bc22f7a56322692a25542fb7d1/src/Engine/GlideSolvers/GlidePolar.cpp#L51) is: const auto density_factor = sqrt(AirDensityRatio(altitude)); I have an include statement in the file:...
Dear [groundhogxc](https://github.com/groundhogxc), thanks for your review and comments. > First: Looking at the equations and figures in that paper, it appears to me that this is all "regular" polar calculations,...