Skip to content

Commit

Permalink
[conf]bat exeptions in bart airframes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartremes authored and flixr committed Sep 14, 2015
1 parent 53273a0 commit 76d5e65
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions conf/airframes/BR/bebop_default.xml
Expand Up @@ -27,6 +27,7 @@
<modules main_freq="512">
<load name="geo_mag.xml"/>
<load name="air_data.xml"/>
<load name="exception_flags.xml"/>
<load name="send_imu_mag_current.xml"/>
<!--load name="logger_file.xml">
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
Expand Down
3 changes: 2 additions & 1 deletion conf/airframes/BR/bebop_indi.xml
Expand Up @@ -32,6 +32,7 @@
<modules main_freq="512">
<load name="geo_mag.xml"/>
<load name="air_data.xml"/>
<load name="exception_flags.xml"/>
<load name="send_imu_mag_current.xml"/>
<!--load name="logger_file.xml">
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
Expand Down Expand Up @@ -93,7 +94,7 @@
<define name="CALC_AMSL_BARO" value="TRUE"/>
</section>

<include href="conf/airframes/TUDelft/calibrations/bebop7.xml" />
<include href="conf/airframes/TUDelft/calibrations/bebop6.xml" />

<section name="IMU" prefix="IMU_">
<define name="BODY_TO_IMU_PHI" value="0." unit="deg"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/airframes/BR/conf.xml
Expand Up @@ -40,8 +40,8 @@
telemetry="telemetry/default_rotorcraft.xml"
flight_plan="flight_plans/Tudelft/rotorcraft_survey_delft.xml"
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_guidance.xml settings/estimation/ahrs_float_mlkf.xml settings/control/stabilization_att_int_quat.xml"
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/video_rtp_stream.xml modules/nav_survey_rectangle_rotorcraft.xml modules/digital_cam_video.xml modules/cv_colorfilter.xml"
gui_color="green"
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/video_rtp_stream.xml modules/nav_survey_rectangle_rotorcraft.xml modules/digital_cam_video.xml"
/>
<aircraft
name="DelFlyDualPWM"
Expand Down
13 changes: 7 additions & 6 deletions conf/airframes/TUDelft/calibrations/bebop6.xml
Expand Up @@ -3,12 +3,13 @@
<airframe>
<section name="IMU" prefix="IMU_">
<!-- Magneto calibration -->
<define name="MAG_X_NEUTRAL" value="-52"/>
<define name="MAG_Y_NEUTRAL" value="-115"/>
<define name="MAG_Z_NEUTRAL" value="201"/>
<define name="MAG_X_SENS" value="6.9627474665" integer="16"/>
<define name="MAG_Y_SENS" value="7.24727528878" integer="16"/>
<define name="MAG_Z_SENS" value="7.85093057927" integer="16"/>
<define name="MAG_X_NEUTRAL" value="-12"/>
<define name="MAG_Y_NEUTRAL" value="-43"/>
<define name="MAG_Z_NEUTRAL" value="291"/>
<define name="MAG_X_SENS" value="7.14032740065" integer="16"/>
<define name="MAG_Y_SENS" value="6.86708822052" integer="16"/>
<define name="MAG_Z_SENS" value="7.80708621059" integer="16"/>


<!-- Magneto current calibration -->
<define name="MAG_X_CURRENT_COEF" value="0.0"/>
Expand Down

0 comments on commit 76d5e65

Please sign in to comment.