From 41865cf729e94a792feba10fccd4206d074f9da2 Mon Sep 17 00:00:00 2001 From: gtoonstra Date: Sun, 14 Sep 2014 21:00:15 -0300 Subject: [PATCH] radio change for 8 channels and a script to start flightgear --- conf/radios/ezuhf.xml | 1 + sw/simulator/start_fg.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 sw/simulator/start_fg.sh diff --git a/conf/radios/ezuhf.xml b/conf/radios/ezuhf.xml index 97f8010dc3c..ee995b02906 100644 --- a/conf/radios/ezuhf.xml +++ b/conf/radios/ezuhf.xml @@ -11,5 +11,6 @@ + diff --git a/sw/simulator/start_fg.sh b/sw/simulator/start_fg.sh new file mode 100755 index 00000000000..151de8460eb --- /dev/null +++ b/sw/simulator/start_fg.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +fgfs --fdm=null --native-gui=socket,in,30,,5501,udp --prop:/sim/model/path=Models/Aircraft/paparazzi/mikrokopter.xml +