Skip to content

Commit 30e69cf

Browse files
committed
fix(tuning_report): include the 39_autotune_roll_pitch_retune_results.param file
1 parent 40cb0f3 commit 30e69cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ardupilot_methodic_configurator/data_model_parameter_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ def _update_tuning_report(self) -> None:
952952
"33_autotune_pitch_results.param",
953953
"35_autotune_yaw_results.param",
954954
"37_autotune_yawd_results.param",
955-
"39_autotune_roll_pitch_results.param",
955+
"39_autotune_roll_pitch_retune_results.param",
956956
]
957957

958958
report_file_path = Path(getattr(self._local_filesystem, "vehicle_dir", ".")) / "tuning_report.csv"

0 commit comments

Comments
 (0)