You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- automatically create a parameter backup before the first usage of the software to change parameters [PR #173](https://github.com/ArduPilot/MethodicConfigurator/pull/173)
174
175
- Only backs up the parameters if a backup file does not exist and only if AMC has not yet been used to write parameters to the FC
If the diagram above does not display correctly [look here](https://github.com/ArduPilot/MethodicConfigurator/blob/master/USERMANUAL.md#9-completing-the-configuration-process)
@@ -378,24 +379,25 @@ If the diagram above does not display correctly [look here](https://github.com/A
378
379
-**Non-default writable sensor calibrations**: These parameters are vehicle-instance dependent and cannot be reused between similar vehicles.
379
380
They are typically related to sensor calibration and should be adjusted for each vehicle and are displayed on a yellow background 🟨.
380
381
381
-
-**Non-default writable non-sensor calibrations**: These parameters can be reused between similar vehicles.
382
+
-**Non-default writable IDs**: These parameters are vehicle-instance dependent and cannot be reused between similar vehicles.
383
+
384
+
-**Non-default writable non-sensor, non-IDs calibrations**: These parameters can be reused between similar vehicles.
382
385
They are not related to sensor calibration and are generally applicable to a range of vehicles with the same configuration.
383
386
384
387
After the summary message box is displayed, the application will write the summary information into separate files for easy reference and documentation. These files include:
385
388
386
389
-`complete.param`: Contains all parameters contained in the flight controller.
387
390
-`non-default_read-only.param`: Contains all non-default read-only 🟥 parameters. You can ignore these.
388
391
-`non-default_writable_calibrations.param`: Contains all non-default writable sensor calibration 🟨 parameters. These are non-reusable.
389
-
-`non-default_writable_non-calibrations.param`: Contains all non-default writable non-sensor-calibration parameters. These are reusable across similar vehicles.
392
+
-`non-default_writable_ids.param`: Contains all non-default writable IDs. These are non-reusable.
393
+
-`non-default_writable_non-calibrations_non-ids.param`: Contains all non-default writable non-sensor-calibration, non-IDs parameters. These are reusable across similar vehicles.
390
394
391
395
The summary files provide a clear overview of the changes made.
392
396
393
397
The files are also automatically zipped into a file with the same name as the vehicle directory, inside the vehicle directory.
You should upload this `.zip` file or the `non-default_writable_non-calibrations.param` file to the [How to methodically tune any ArduCopter Blog post](https://discuss.ardupilot.org/t/how-to-methodically-configure-and-tune-any-arducopter/110842/)
398
-
399
401
Once the summary files are written, the application will close the connection to the flight controller and terminate.
0 commit comments