Skip to content

Instantly share code, notes, and snippets.

@Turbo87
Created January 26, 2013 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Turbo87/4641476 to your computer and use it in GitHub Desktop.
Save Turbo87/4641476 to your computer and use it in GitHub Desktop.
Interview with Santiago Berca about XCSoar

Hi Turbo, see my answers below:

why did you choose to use XCSoar?

This is my story: I wanted a software with a better support for AAT tasks. Javier Gaude (my teammate in the last championships) started to experiment with LK8000, and told me that the feature of the optimized turn points inside the area was great. So I tried it too. But I didn't like the user interface. In the mean time I found XCSoar, and that it had a similar feature for AAT tasks. Since I have some knowledge in programing I took a look to both codes (LK and XCS) and it seemed to me that LK was more difficult to understand (and debug). I really liked the coding style of XCSoar and I guessed that it would be easier to me to add a new feature if needed. So I tried it. It took me a while to get used to the user interface, but after some configuration it became my main navigation software and I convinced Javier to switch to it too.

on what device(s) are you using XCSoar?

In Uvalde I used it on an oudie (don't tell Naviter ;) ) and in Chaves on a Ipaq 5550, connected to a CAI 302. My teammeate use it on a chinese PNA

how many other pilots/teams were using XCSoar on the WGC?

Tree pilots from Argentina (including me). Don't know about other teams.

how do you think does the software compare to its competitors?

I think it's better that competitors.

how did XCSoar help you during the WGC?

It helped me a lot, in very different ways, but in my opinion the AAT task support is one of the best features it has. Thermal assistant is very usefull in some situations too.

how did you configure XCSoar? (important infoboxes, map display configuration, etc.)

I use it portrait, with 8 infofoxes on top so the thermal assistant don't cover any infobox.

In cuise and Final Glide mode: WP Dist / WP AltD / Alt. Baro/ MC T Next Leg / V Gnd / AAT Time / V MC

In Circling mode: WP Dist / WP AltD / Alt. Baro/ MC

T Next Leg / Fin ETE / AAT Time / TC Avg

Aux-1 AAT Dmin / AAT Dtgt / AAT Dmax / VTask Avg Fin ETA / Start Height / Fin ETE / Fin ETE VMG

Note: I used a slightly modified version of XCSoar where I combined "AAT Dmin" with "AAT Vmin" in a single infobox, as well as "AAT Dmax" wiht "AAT Vmax". I used the third line of the infobox to display AAT Vmin/max.

On page 1 i have "Map and InfoBoxes (Auto)", and on page 2 "Aux-1". That's all.

I use Track up always, circling zoom on (very nice feature!). I don't use Auto MC, I prefer to set it manual in the 302.

  • Wind drift prediction Off.
  • Auto wind: Circling. (I have the feeling that circling is more accurate than ZigZag)
  • External Wind: Off

In Uvalde I had the terrain on, but in Chaves I turned it off to have better contrast in the screen. Topology allways on.

I also use a custom menu that I found very usefull. Take a look to "mi_menu.xci" attached.

do you use a Flarm and did you have it connected to XCSoar? do you have any other devices connected to XCSoar?

No, I don't have flarm. I wish I had, it seems very well integrated to XCS. I have it connected to the 302 vario only.

what features would you like to see in future versions of XCSoar?

Not sure. It seems to have everything I need.

what do you like best and what do you hate about XCSoar?

AAT features are very good. I don't really hate anything in XCSoar, but since you asked, I had some problems with the wind calculation. I am not sure when it happens and don't know how to reproduce it, that's why I didn't send any bug report. It is one thing that I was investigating in the code. The thing is that some times during flight it shows the message "Significant Wind Change" and the wind becomes 0. In that case I have to set the wind manually. As I said, I am still not sure when nor why it does that. Can it be that if you fly for too long in upper levels, it run out of space to store wind at low levels and when you get low it does not have any measurement to use? As soon as I have time I promess to take a look at this.

Thank you Turbo. The whole XCSoar development team is doing a great job. Let me know if you need anything else.

Santi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment