Skip to content

Commit

Permalink
[conf] BR all airframes compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 2, 2015
1 parent ecf07f9 commit de3125e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/airframes/BR/conf.xml
Expand Up @@ -27,7 +27,7 @@
airframe="airframes/BR/DelFlyDualPWMservo.xml"
radio="radios/cockpitSX.xml"
telemetry="telemetry/default_rotorcraft.xml"
flight_plan="flight_plans/rotorcraft_basic_superbitrf_from_hand.xml"
flight_plan="flight_plans/dummy.xml"
settings="settings/rotorcraft_basic.xml settings/control/stabilization_att_int.xml settings/control/rotorcraft_guidance.xml settings/control/stabilization_rate.xml settings/superbitrf.xml"
settings_modules="modules/gps_ubx_ucenter.xml"
gui_color="white"
Expand Down
4 changes: 2 additions & 2 deletions conf/flight_plans/rotorcraft_basic_superbitrf_from_hand.xml
Expand Up @@ -6,7 +6,7 @@ The goal of this flightplan is to have a safe, simple no-brainer flightplan for
<header>

#include "autopilot.h"
#include "subsystems/ahrs.h"
#include "subsystems/ahrs/ahrs_int_cmpl_quat.h"
#include "subsystems/electrical.h"
#include "subsystems/datalink/datalink.h"

Expand Down Expand Up @@ -56,7 +56,7 @@ The goal of this flightplan is to have a safe, simple no-brainer flightplan for
<blocks>
<block name="Init">
<call fun="NavKillThrottle()"/>
<while cond="!GpsFixValid() || gps.pacc > 400 || !(ahrs.status == AHRS_RUNNING)"/>
<while cond="!GpsFixValid() || gps.pacc > 400 || !(ahrs_icq.status == AHRS_ICQ_RUNNING)"/>
</block>
<block name="Geo init">
<while cond="LessThan(NavBlockTime(), 8)"/>
Expand Down

0 comments on commit de3125e

Please sign in to comment.