[conf] fix some conf to pass CI builds

- missing parameters
- non working NPS target
This commit is contained in:
Gautier Hattenberger
2019-10-14 23:00:30 +02:00
parent 6a1340ebfb
commit 9de12e2bef
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -176,10 +176,10 @@ Pin 6 on lisa/s is number 3 in airframefile = ELEVATOR
<configure name="AHRS_PROPAGATE_FREQUENCY" value="500"/>
</target>
<target name="nps" board="pc">
<!--target name="nps" board="pc">
<module name="fdm" type="jsbsim"/>
<module name="radio_control" type="ppm"/>
</target>
</target-->
<module name="actuators" type="pwm">
<!-- Setting the PWM interval to 400Hz -->
+1
View File
@@ -10,6 +10,7 @@
</target>
<target name="nps" board="pc">
<define name="STABILIZATION_INDI_G2_R" value="0.0"/>
<module name="fdm" type="jsbsim"/>
<module name="udp"/>
</target>
@@ -7,10 +7,10 @@
<firmware name="rotorcraft">
<target name="ap" board="bebop"/>
<define name="USE_SONAR"/>
<target name="nps" board="pc">
<!--target name="nps" board="pc">
<module name="fdm" type="jsbsim"/>
<module name="udp"/>
</target>
</target-->
<!-- Subsystem section -->
<module name="telemetry" type="transparent_udp"/>
+2 -2
View File
@@ -6,10 +6,10 @@
</description>
<firmware name="rotorcraft">
<target name="ap" board="bebop"/>
<target name="nps" board="pc">
<!--target name="nps" board="pc">
<module name="fdm" type="jsbsim"/>
<module name="udp"/>
</target>
</target-->
<!-- Subsystem section -->
<module name="telemetry" type="transparent_udp"/>