From 30e69cf5ae3c307cc4193c8541145950391caa09 Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Mon, 23 Mar 2026 12:44:54 +0100 Subject: [PATCH] fix(tuning_report): include the 39_autotune_roll_pitch_retune_results.param file --- ardupilot_methodic_configurator/data_model_parameter_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ardupilot_methodic_configurator/data_model_parameter_editor.py b/ardupilot_methodic_configurator/data_model_parameter_editor.py index 710f511e1..305ad22c3 100644 --- a/ardupilot_methodic_configurator/data_model_parameter_editor.py +++ b/ardupilot_methodic_configurator/data_model_parameter_editor.py @@ -952,7 +952,7 @@ def _update_tuning_report(self) -> None: "33_autotune_pitch_results.param", "35_autotune_yaw_results.param", "37_autotune_yawd_results.param", - "39_autotune_roll_pitch_results.param", + "39_autotune_roll_pitch_retune_results.param", ] report_file_path = Path(getattr(self._local_filesystem, "vehicle_dir", ".")) / "tuning_report.csv"