mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[modules] Remove imu_mag_current module
This commit is contained in:
@@ -197,6 +197,5 @@ Pin 6 on lisa/s is number 3 in airframefile = ELEVATOR
|
||||
</module>
|
||||
<module name="ins"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -226,6 +226,5 @@
|
||||
</module>
|
||||
<module name="ins"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -218,6 +218,5 @@
|
||||
</module>
|
||||
<module name="ins"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
</module-->
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
</module-->
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
</module-->
|
||||
|
||||
@@ -223,6 +223,5 @@
|
||||
</module>
|
||||
<module name="ins"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
<module name="stabilization" type="int_quat"/>
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="stereocam">
|
||||
<configure name="STEREO_UART" value="UART1"/>
|
||||
<configure name="STEREO_BAUD" value="B115200"/>
|
||||
|
||||
@@ -229,6 +229,5 @@
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
<!-- <module name="logger_spi_link"/>
|
||||
<module name="imu_quality_assessment"/> -->
|
||||
<module name="switch" type="servo"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter" />
|
||||
<module name="nav" type="survey_rectangle_rotorcraft"/>
|
||||
<module name="nav" type="survey_poly_rotorcraft"/>
|
||||
|
||||
@@ -62,9 +62,8 @@
|
||||
|
||||
<!--run the chimera mag once every 64 seconds to avoid message spam-->
|
||||
<define name="MPU9250_MAG_PRESCALER" value="32768"/>
|
||||
</module>
|
||||
|
||||
<module name="send_imu_mag_current">
|
||||
<!-- Current calibration -->
|
||||
<define name="MILLIAMP_AT_IDLE_THROTTLE" value="1000"/>
|
||||
<define name="MILLIAMP_AT_FULL_THROTTLE" value="30000"/>
|
||||
<define name="CURRENT_ESTIMATION_NONLINEARITY" value="1.5"/>
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" />
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="geo_mag"/-->
|
||||
<module name="air_data"/>
|
||||
<module name="stabilization" type="rate"/>
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
<define name="AHRS_ALIGNER_IMU_ID" value="IMU_F1E_ID"/>
|
||||
</module-->
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
|
||||
<servos driver="DShot">
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="geo_mag"/>
|
||||
</firmware>
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="adc_generic">
|
||||
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1"/>
|
||||
<configure name="ADC_CHANNEL_GENERIC2" value="ADC_2"/>
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="adc_generic">
|
||||
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1"/>
|
||||
<configure name="ADC_CHANNEL_GENERIC2" value="ADC_2"/>
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="adc_generic">
|
||||
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1"/>
|
||||
<configure name="ADC_CHANNEL_GENERIC2" value="ADC_2"/>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="adc_generic">
|
||||
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1"/>
|
||||
<configure name="ADC_CHANNEL_GENERIC2" value="ADC_2"/>
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<module name="ahrs" type="int_cmpl_quat"/>
|
||||
<module name="ins" type="hff"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="adc_generic">
|
||||
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1"/>
|
||||
<configure name="ADC_CHANNEL_GENERIC2" value="ADC_2"/>
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
</module-->
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
<!--module name="wind_estimator"/-->
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
|
||||
@@ -254,7 +254,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- enable if airframe has added electronic or other devices, recalibrate and stuffcalibration in this airframefile-->
|
||||
|
||||
<module name="nav" type="survey_rectangle_rotorcraft">
|
||||
<define name="RECTANGLE_SURVEY_DEFAULT_SWEEP" value="10"/>
|
||||
|
||||
@@ -251,7 +251,6 @@
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi" >
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -189,7 +189,6 @@
|
||||
<define name="SENSOR_SYNC_SEND"/>
|
||||
</module>
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- disable after one time callibration -->
|
||||
<!-- QNH -->
|
||||
<module name="air_data">
|
||||
<define name="CALC_AIRSPEED" value="TRUE" />
|
||||
|
||||
@@ -135,7 +135,6 @@ NOTES:
|
||||
|
||||
<module name="control" type="new"/>
|
||||
<module name="navigation"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
|
||||
<module name="baro_ms5611_spi">
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -156,7 +156,6 @@
|
||||
<<module name="air_data"/>-->
|
||||
|
||||
<!-- below temporary until measuerd and values set then disable it -->
|
||||
<!-- <module name="send_imu_mag_current"/> -->
|
||||
|
||||
<!--
|
||||
<target name="nps" board="pc">
|
||||
|
||||
@@ -319,7 +319,6 @@ NOTES:
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial filter tuning-->
|
||||
|
||||
<module name="auto1_commands"/><!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi">
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -168,7 +168,6 @@
|
||||
</module>
|
||||
-->
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- disable after one time calibration when all components are at final spot in airframe -->
|
||||
<module name="air_data">
|
||||
<define name="CALC_AIRSPEED" value="TRUE" />
|
||||
<define name="CALC_TAS_FACTOR" value="FALSE" />
|
||||
|
||||
@@ -241,6 +241,5 @@
|
||||
<define name="AHRS_USE_GPS_HEADING" value="FALSE"/>-->
|
||||
<module name="ins"/>
|
||||
<!-- below temporary until tsted then remove it-->
|
||||
<module name="send_imu_mag_current"/>
|
||||
</firmware>
|
||||
</airframe>
|
||||
|
||||
@@ -328,7 +328,6 @@ NOTES:
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial filter tuning-->
|
||||
|
||||
<module name="auto1_commands"/><!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi">
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -255,7 +255,6 @@ NOTES:
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<module name="send_imu_mag_current"/> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi" >
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -290,7 +290,6 @@ NOTES:
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi" >
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -79,7 +79,6 @@
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<!-- below temporary until tsted then remove it-->
|
||||
<module name="send_imu_mag_current"/>
|
||||
|
||||
</firmware>
|
||||
|
||||
|
||||
@@ -150,7 +150,6 @@
|
||||
<<module name="air_data"/>-->
|
||||
|
||||
<!-- below temporary until tested then disable it -->
|
||||
<!-- <module name="send_imu_mag_current"/> -->
|
||||
|
||||
<!--
|
||||
<target name="nps" board="pc">
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
<!-- <module name="logger_spi_link"/>
|
||||
<module name="imu_quality_assessment"/> -->
|
||||
<module name="switch" type="servo"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="gps" type="ubx_ucenter" />
|
||||
<module name="nav" type="survey_rectangle_rotorcraft"/>
|
||||
<module name="nav" type="survey_poly_rotorcraft"/>
|
||||
|
||||
@@ -292,7 +292,6 @@ NOTES:
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi" >
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -158,7 +158,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- enable if airframe has added electronic or other devices, recalibrate and stuffcalibration in this airframefile-->
|
||||
|
||||
<module name="nav" type="survey_rectangle_rotorcraft">
|
||||
<define name="RECTANGLE_SURVEY_DEFAULT_SWEEP" value="10"/>
|
||||
|
||||
@@ -160,7 +160,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- enable if airframe has added electronic or other devices, recalibrate and stuffcalibration in this airframefile-->
|
||||
|
||||
<module name="nav" type="survey_rectangle_rotorcraft">
|
||||
<define name="RECTANGLE_SURVEY_DEFAULT_SWEEP" value="10"/><!-- in deg -->
|
||||
|
||||
@@ -172,7 +172,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
|
||||
<module name="send_imu_mag_current"/> <!-- enable if airframe has added electronic or other devices, recalibrate and stuffcalibration in this airframefile-->
|
||||
|
||||
<module name="nav" type="survey_rectangle_rotorcraft">
|
||||
<define name="RECTANGLE_SURVEY_DEFAULT_SWEEP" value="10"/>
|
||||
|
||||
@@ -319,7 +319,6 @@
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator-->
|
||||
<!-- <module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration, quite the same for all Discos -->
|
||||
|
||||
<!-- Also used if QNH needed -->
|
||||
<module name="air_data">
|
||||
|
||||
@@ -209,7 +209,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
|
||||
<module name="send_imu_mag_current"/><!-- enable if airframe has added electronic or other devices, recalibrate and stuffcalibration in this airframefile-->
|
||||
|
||||
<module name="nav" type="survey_rectangle_rotorcraft">
|
||||
<define name="RECTANGLE_SURVEY_DEFAULT_SWEEP" value="10"/>
|
||||
|
||||
@@ -234,7 +234,6 @@ NOTES:
|
||||
<module name="navigation"/>
|
||||
<!--<module name="imu_quality_assessment"/>--><!-- disable after initial tuning-->
|
||||
<module name="auto1_commands"/> <!-- FIXME not working in JSBSim target with RC controller steering in Simulator--><!-- NOT finished for NON intermcu to be able to set GEAR and FLAP etc. in stabiized mode for easier testflights -->
|
||||
<!--<module name="send_imu_mag_current"/>--> <!-- Can be Disabled after one time callibration -->
|
||||
|
||||
<module name="baro_ms5611_spi">
|
||||
<configure name="MS5611_SPI_DEV" value="spi1"/>
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
<module name="bat_voltage_ardrone2"/>
|
||||
<!-- remove the gps_ubx_ucenter module if you use the sirf gps (flight recorder) -->
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="air_data"/>
|
||||
<module name="geo_mag"/>
|
||||
<!--module name="logger_file"/-->
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
<module name="bat_voltage_ardrone2"/>
|
||||
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="air_data"/>
|
||||
<module name="geo_mag"/>
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
<module name="bat_voltage_ardrone2"/>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<module name="logger_file"/>
|
||||
|
||||
<module name="video_thread"/>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="send_imu_mag_current"/>
|
||||
<!--module name="logger_file">
|
||||
<define name="FILE_LOGGER_PATH" value="/data/ftp/internal_000"/>
|
||||
</module-->
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user