mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +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"/>
|
<configure name="AHRS_PROPAGATE_FREQUENCY" value="500"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="nps" board="pc">
|
<!--target name="nps" board="pc">
|
||||||
<module name="fdm" type="jsbsim"/>
|
<module name="fdm" type="jsbsim"/>
|
||||||
<module name="radio_control" type="ppm"/>
|
<module name="radio_control" type="ppm"/>
|
||||||
</target>
|
</target-->
|
||||||
|
|
||||||
<module name="actuators" type="pwm">
|
<module name="actuators" type="pwm">
|
||||||
<!-- Setting the PWM interval to 400Hz -->
|
<!-- Setting the PWM interval to 400Hz -->
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="nps" board="pc">
|
<target name="nps" board="pc">
|
||||||
|
<define name="STABILIZATION_INDI_G2_R" value="0.0"/>
|
||||||
<module name="fdm" type="jsbsim"/>
|
<module name="fdm" type="jsbsim"/>
|
||||||
<module name="udp"/>
|
<module name="udp"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
<firmware name="rotorcraft">
|
<firmware name="rotorcraft">
|
||||||
<target name="ap" board="bebop"/>
|
<target name="ap" board="bebop"/>
|
||||||
<define name="USE_SONAR"/>
|
<define name="USE_SONAR"/>
|
||||||
<target name="nps" board="pc">
|
<!--target name="nps" board="pc">
|
||||||
<module name="fdm" type="jsbsim"/>
|
<module name="fdm" type="jsbsim"/>
|
||||||
<module name="udp"/>
|
<module name="udp"/>
|
||||||
</target>
|
</target-->
|
||||||
|
|
||||||
<!-- Subsystem section -->
|
<!-- Subsystem section -->
|
||||||
<module name="telemetry" type="transparent_udp"/>
|
<module name="telemetry" type="transparent_udp"/>
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
</description>
|
</description>
|
||||||
<firmware name="rotorcraft">
|
<firmware name="rotorcraft">
|
||||||
<target name="ap" board="bebop"/>
|
<target name="ap" board="bebop"/>
|
||||||
<target name="nps" board="pc">
|
<!--target name="nps" board="pc">
|
||||||
<module name="fdm" type="jsbsim"/>
|
<module name="fdm" type="jsbsim"/>
|
||||||
<module name="udp"/>
|
<module name="udp"/>
|
||||||
</target>
|
</target-->
|
||||||
|
|
||||||
<!-- Subsystem section -->
|
<!-- Subsystem section -->
|
||||||
<module name="telemetry" type="transparent_udp"/>
|
<module name="telemetry" type="transparent_udp"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user