[Paparazzi-devel] Paparazzi v.4.0 - Spektrum radio config issue
From:
Michal Podhradsky
Subject:
[Paparazzi-devel] Paparazzi v.4.0 - Spektrum radio config issue
Date:
Wed, 14 Nov 2012 11:54:59 -0700
Hello guys,
I have a question about the radio config xml file (in /conf/radios). We are using Spektrum DX7s as a transmitter and one Spektrum satellite receiver. And I had troubles assigning the channels to radio controls (MODE switch and KILL switch).
A workaround is to define both switched in the airframe config file, for example: <!--define name="RADIO_MODE" value="RADIO_GEAR"/--> <!--define name="RADIO_KILL_SWITCH" value="RADIO_AUX2"/-->
but it does not seem to be the best option.
Also, changing settings in the Spectrum config xml file does not make any difference in radio behavior (e.g. the channels and min/max values stays the same regardless of the config file).
Is this a desired behavior (i.e. moving away from the radio config and define everything in the airframe config or within the code) or is it a problem with compilation settings? How would I assign radio channels to switches in the radio config?