Include the 39_autotune_roll_pitch_retune_results.param file#1424
Include the 39_autotune_roll_pitch_retune_results.param file#1424amilcarlucas merged 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the tuning report generation to reference the new 39_autotune_roll_pitch_retune_results.param file.
Changes:
- Replaces the previously referenced roll/pitch autotune parameter file name with the retune variant in the tuning report inputs.
| "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", | ||
| ] |
There was a problem hiding this comment.
The PR title says “Include the 39_autotune_roll_pitch_retune_results.param file”, but the change replaces "39_autotune_roll_pitch_results.param" rather than adding the new file alongside it. If the intent is to support both outputs (existing results + retune results), keep "39_autotune_roll_pitch_results.param" in the list and add "39_autotune_roll_pitch_retune_results.param" as an additional entry; only replace it if the old filename is truly obsolete and should no longer be considered.
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
No description provided.