mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[conf] fix some conf to pass CI builds
- missing parameters - non working NPS target
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user