Skip to content

Commit

Permalink
[conf] update settings_modules in conf example and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 4, 2015
1 parent 99f5ce0 commit f2a0bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/conf_example.xml
Expand Up @@ -227,7 +227,7 @@
telemetry="telemetry/default_rotorcraft.xml"
flight_plan="flight_plans/rotorcraft_basic.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_rtp_stream.xml"
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/video_rtp_stream.xml"
gui_color="red"
/>
<aircraft
Expand Down
4 changes: 2 additions & 2 deletions conf/conf_tests.xml
Expand Up @@ -337,8 +337,8 @@
telemetry="telemetry/fixedwing_flight_recorder.xml"
flight_plan="flight_plans/basic.xml"
settings="settings/fixedwing_basic.xml"
settings_modules=""
gui_color="blue"
settings_modules=""
/>
<aircraft
name="ardrone2"
Expand Down Expand Up @@ -370,7 +370,7 @@
telemetry="telemetry/default_rotorcraft.xml"
flight_plan="flight_plans/rotorcraft_basic.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_rtp_stream.xml"
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/video_rtp_stream.xml"
gui_color="red"
/>
<aircraft
Expand Down

0 comments on commit f2a0bd5

Please sign in to comment.