-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMPROVEMENT: Use a post ArduPilot 4.5 logging method
Also disable logging when no longer necessary
- Loading branch information
1 parent
bc6e6af
commit bb38dfc
Showing
32 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ot_methodic_configurator/vehicle_templates/ArduCopter/AirCar_v1/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Chimera7/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...lot_methodic_configurator/vehicle_templates/ArduCopter/Chimera7/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ardupilot_methodic_configurator/vehicle_templates/ArduCopter/FETtec-5/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...lot_methodic_configurator/vehicle_templates/ArduCopter/FETtec-5/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dic_configurator/vehicle_templates/ArduCopter/GazeboIrisWithTargetFollow/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 | ||
INS_RAW_LOG_OPT,0 | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...gurator/vehicle_templates/ArduCopter/GazeboIrisWithTargetFollow/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...methodic_configurator/vehicle_templates/ArduCopter/Hoverit_X11+/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Marmotte5v2/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
..._methodic_configurator/vehicle_templates/ArduCopter/Marmotte5v2/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pilot_methodic_configurator/vehicle_templates/ArduCopter/ReadyToSkyZD550/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...hodic_configurator/vehicle_templates/ArduCopter/ReadyToSkyZD550/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Tarot_X4/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage change this to 9 | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...lot_methodic_configurator/vehicle_templates/ArduCopter/Tarot_X4/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...lot_methodic_configurator/vehicle_templates/ArduCopter/X11_plus/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...onfigurator/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.3.8-params/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,3 # The Matek H743 Slim flight controller only has two IMUs | ||
INS_LOG_BAT_OPT,4 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
INS_RAW_LOG_OPT,0 # To get more Notch filter data | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...or/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.3.8-params/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...onfigurator/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.4.4-params/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,3 # The Matek H743 Slim flight controller only has two IMUs | ||
INS_LOG_BAT_OPT,4 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
INS_RAW_LOG_OPT,0 # To get more Notch filter data | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...or/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.4.4-params/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...onfigurator/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.5.x-params/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...or/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.5.x-params/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...onfigurator/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.6.x-params/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,9 # Logs measured data both before and after the filters for Filter Review Webtool usage | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
...or/vehicle_templates/ArduCopter/diatone_taycan_mxc/4.6.x-params/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ardupilot_methodic_configurator/vehicle_templates/Rover/AION_R1/14_logging.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
INS_LOG_BAT_MASK,0 # Will not use batch logging | ||
INS_LOG_BAT_OPT,0 # Keep default value, use INS_RAW_LOG_OPT instead | ||
INS_RAW_LOG_OPT,0 # No logging needed | ||
LOG_BITMASK,2242524 # Logs Notch filter data and other control signals | ||
LOG_BITMASK,2242558 # Logs Notch filter data and other control signals | ||
LOG_FILE_DSRMROT,1 # One .bin log file per flight, not per battery/reboot |
2 changes: 2 additions & 0 deletions
2
ardupilot_methodic_configurator/vehicle_templates/Rover/AION_R1/26_quick_tune_setup.param
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters