Skip to content

Commit 286b799

Browse files
committed
fix(tuning guide): fix Documentation update for magfit Section 9.1.2 #441
closes #441 Thanks to Tim Archer for reporting
1 parent 89d9e27 commit 286b799

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

TUNING_GUIDE_ArduCopter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,8 @@ Follow these steps before the flight:
807807

808808
1. On Ardupilot versions < 4.6.0 download the `advance-wp.lua` scripts from [ardupilot github repository](https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/advance-wp.lua), follow [Scripted MagFit flightpath generation](https://discuss.ardupilot.org/t/scripted-magfit-flightpath-generation/97536) and put it on the micro SDCard's `APM/scripts` folder.
809809
1. On Ardupilot versions >= 4.6.0 the script is already included.
810-
1. insert the SD-Card on the flight controller
811-
1. connect your flight controller to the PC
810+
1. Insert the SD-Card on the flight controller
811+
1. Connect your flight controller to the PC
812812
1. Make sure your PC has internet connection
813813
1. On *ArduPilot Methodic Configurator* select `24_inflight_magnetometer_fit_setup.param` on the *Current intermediate parameter file:* Combobox.
814814
1. When asked if you want to download the .lua script from internet answer yes.
@@ -827,9 +827,9 @@ Perform the MagFit figure-eight flight and land
827827
1. Load it into MAVExplorer using the command line: `MAVExplorer.py filename.bin` or into the [ArduPilot MAGFit in flight compass calibration](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) using an internet browser.
828828
1. Select the area where the multicopter performed the Figure eight (exclude the takeoff and landing flight sections)
829829
1. Perform the MagFit calculations. Save the tool-generated file as `25_inflight_magnetometer_fit_results.param` in your vehicle's intermediate parameter file directory.
830-
1. connect your flight controller to the PC
830+
1. Connect your flight controller to the PC
831831
1. On *ArduPilot Methodic Configurator* select `25_inflight_magnetometer_fit_results.param` on the *Current intermediate parameter file:* Combobox.
832-
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `Yes`.
832+
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `No`.
833833
1. Press `Upload selected params to FC, and advance to next file` button.
834834
1. Close *ArduPilot Methodic Configurator*
835835

TUNING_GUIDE_ArduPlane.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@ Follow these steps before the flight:
709709

710710
1. On Ardupilot versions < 4.6.0 download the `advance-wp.lua` scripts from [ardupilot github repository](https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/advance-wp.lua), follow [Scripted MagFit flightpath generation](https://discuss.ardupilot.org/t/scripted-magfit-flightpath-generation/97536) and put it on the micro SDCard's `APM/scripts` folder.
711711
1. On Ardupilot versions >= 4.6.0 the script is already included.
712-
1. insert the SD-Card on the flight controller
713-
1. connect your flight controller to the PC
712+
1. Insert the SD-Card on the flight controller
713+
1. Connect your flight controller to the PC
714714
1. Make sure your PC has internet connection
715715
1. On *ArduPilot Methodic Configurator* select `24_inflight_magnetometer_fit_setup.param` on the *Current intermediate parameter file:* Combobox.
716716
1. When asked if you want to download the .lua script from internet answer yes.
@@ -729,9 +729,9 @@ Perform the MagFit figure-eight flight and land
729729
1. Load it into MAVExplorer using the command line: `MAVExplorer.py filename.bin` or into the [ArduPilot MAGFit in flight compass calibration](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) using an internet browser.
730730
1. Select the area where the multicopter performed the Figure eight (exclude the takeoff and landing flight sections)
731731
1. Perform the MagFit calculations. Save the tool-generated file as `25_inflight_magnetometer_fit_results.param` in your vehicle's intermediate parameter file directory.
732-
1. connect your flight controller to the PC
732+
1. Connect your flight controller to the PC
733733
1. On *ArduPilot Methodic Configurator* select `25_inflight_magnetometer_fit_results.param` on the *Current intermediate parameter file:* Combobox.
734-
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `Yes`.
734+
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `No`.
735735
1. Press `Upload selected params to FC, and advance to next file` button.
736736
1. Close *ArduPilot Methodic Configurator*
737737

TUNING_GUIDE_Heli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ Follow these steps before the flight:
649649

650650
1. On Ardupilot versions < 4.6.0 download the `advance-wp.lua` scripts from [ardupilot github repository](https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/advance-wp.lua), follow [Scripted MagFit flightpath generation](https://discuss.ardupilot.org/t/scripted-magfit-flightpath-generation/97536) and put it on the micro SDCard's `APM/scripts` folder.
651651
1. On Ardupilot versions >= 4.6.0 the script is already included.
652-
1. insert the SD-Card on the flight controller
653-
1. connect your flight controller to the PC
652+
1. Insert the SD-Card on the flight controller
653+
1. Connect your flight controller to the PC
654654
1. Make sure your PC has internet connection
655655
1. On *ArduPilot Methodic Configurator* select `24_inflight_magnetometer_fit_setup.param` on the *Current intermediate parameter file:* Combobox.
656656
1. When asked if you want to download the .lua script from internet answer yes.
@@ -669,9 +669,9 @@ Perform the MagFit figure-eight flight and land
669669
1. Load it into MAVExplorer using the command line: `MAVExplorer.py filename.bin` or into the [ArduPilot MAGFit in flight compass calibration](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) using an internet browser.
670670
1. Select the area where the multicopter performed the Figure eight (exclude the takeoff and landing flight sections)
671671
1. Perform the MagFit calculations. Save the tool-generated file as `25_inflight_magnetometer_fit_results.param` in your vehicle's intermediate parameter file directory.
672-
1. connect your flight controller to the PC
672+
1. Connect your flight controller to the PC
673673
1. On *ArduPilot Methodic Configurator* select `25_inflight_magnetometer_fit_results.param` on the *Current intermediate parameter file:* Combobox.
674-
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `Yes`.
674+
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `No`.
675675
1. Press `Upload selected params to FC, and advance to next file` button.
676676
1. Close *ArduPilot Methodic Configurator*
677677

TUNING_GUIDE_Rover.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ Follow these steps before the flight:
704704

705705
1. On Ardupilot versions < 4.6.0 download the `advance-wp.lua` scripts from [ardupilot github repository](https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/advance-wp.lua), follow [Scripted MagFit flightpath generation](https://discuss.ardupilot.org/t/scripted-magfit-flightpath-generation/97536) and put it on the micro SDCard's `APM/scripts` folder.
706706
1. On Ardupilot versions >= 4.6.0 the script is already included.
707-
1. insert the SD-Card on the flight controller
708-
1. connect your flight controller to the PC
707+
1. Insert the SD-Card on the flight controller
708+
1. Connect your flight controller to the PC
709709
1. Make sure your PC has internet connection
710710
1. On *ArduPilot Methodic Configurator* select `24_inflight_magnetometer_fit_setup.param` on the *Current intermediate parameter file:* Combobox.
711711
1. When asked if you want to download the .lua script from internet answer yes.
@@ -724,9 +724,9 @@ Perform the MagFit figure-eight flight and land
724724
1. Load it into MAVExplorer using the command line: `MAVExplorer.py filename.bin` or into the [ArduPilot MAGFit in flight compass calibration](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) using an internet browser.
725725
1. Select the area where the multicopter performed the Figure eight (exclude the takeoff and landing flight sections)
726726
1. Perform the MagFit calculations. Save the tool-generated file as `25_inflight_magnetometer_fit_results.param` in your vehicle's intermediate parameter file directory.
727-
1. connect your flight controller to the PC
727+
1. Connect your flight controller to the PC
728728
1. On *ArduPilot Methodic Configurator* select `25_inflight_magnetometer_fit_results.param` on the *Current intermediate parameter file:* Combobox.
729-
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `Yes`.
729+
1. When asked *Should the FC values now be copied to the 25_inflight_magnetometer_fit_results.param file?* select `No`.
730730
1. Press `Upload selected params to FC, and advance to next file` button.
731731
1. Close *ArduPilot Methodic Configurator*
732732

0 commit comments

Comments
 (0)