Skip to content

Commit

Permalink
[fix] errors from last 10 PR (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 9, 2023
1 parent 5af84a4 commit 6505098
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conf/airframes/tudelft/bebop_opticflow_indoor_2x_30hz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pyramid level 2: 21 fps average, min=11fps
<module name="imu" type="bebop"/>
<module name="stabilization" type="indi">
<define name="STABILIZATION_INDI_RPM_FEEDBACK" value="TRUE"/>
<define name="WLS_N_U" value="4"/>
<define name="WLS_N_V" value="4"/>
</module>
<module name="ahrs" type="int_cmpl_quat">
<configure name="USE_MAGNETOMETER" value="FALSE"/>
Expand Down
4 changes: 3 additions & 1 deletion conf/airframes/tudelft/heli450.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
<module name="air_data"/>
<module name="gps" type="ubx_ucenter"/>
<module name="heli_swashplate_mixing"/>
<module name="heli_throttle_curve"/>
<module name="heli_throttle_curve">
<define name="THROTTLE_CURVE_RPM_ACT" value="0"/>
</module>
</firmware>

<servos driver="Pwm">
Expand Down
4 changes: 3 additions & 1 deletion conf/airframes/tudelft/logo600.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ The xml in master currently configures the LOGO600 as a pure model aircraft: mea
<module name="intermcu" type="uart">
<define name="REMAP_UART3" value="TRUE"/>
</module>
<module name="heli" type="throttle_curve"/>
<module name="heli" type="throttle_curve">
<define name="THROTTLE_CURVE_RPM_ACT" value="0"/>
</module>

<module name="geo_mag"/>
<module name="air_data"/>
Expand Down
4 changes: 3 additions & 1 deletion conf/airframes/tudelft/outback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
<define name="SDLOGGER_ON_ARM" value="TRUE"/>
</module>
<module name="gps_ubx_ucenter"/>
<module name="heli_throttle_curve"/>
<module name="heli_throttle_curve">
<define name="THROTTLE_CURVE_RPM_ACT" value="0"/>
</module>
<define name="ROTORCRAFT_IS_HELI" value="TRUE" />
<define name="RC_LOST_MODE" value="AP_MODE_NAV" />
</target>
Expand Down

0 comments on commit 6505098

Please sign in to comment.