Advanced Tuning: FW coordinated WP turn settings - comes with FW #11812 - #2711
Conversation
…_turn_smoothing Adds nav_fw_wp_turn_mode, nav_fw_wp_turn_coordination and nav_fw_wp_turn_max_lead_time to Waypoint Navigation Settings. Removes the nav_fw_wp_turn_smoothing select (setting removed from firmware by the coordinated turn rework). Fixes a config-setion class typo in the General Navigation Settings box that left its fields unstyled. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…urn mode tooltip Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
PR Summary by QodoAdvanced Tuning: add coordinated WP turn mode and max lead time
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo
1. No old-FW turn control
|
|
Configurator test build ready — commit Download build artifacts for PR #2711 Available platforms (scroll to the Artifacts section at the bottom of the run page):
|
|
I am assembling 10.0.0RC1 today, so today is the cut-off for new features. |
Settings.configureInputs forces data-step to 1 on integer settings and convertToUnitSetting prefers data-step, so step="100" never took effect. Match the other inputs on the page instead of carrying a dead attribute. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
|
@sensei-hacker done |



Summary
Belongs to iNavFlight/inav#11812
Updates the Advanced Tuning → General Navigation Settings box for the new FW coordinated
waypoint turn system:
nav_fw_wp_turn_smoothingdropdown with the new consolidatednav_fw_wp_turn_modeselect (DIRECT / COORD_FLYBY / COORD_FLYOVER / COORD_FLYINTO —values populate from the FC).
nav_fw_wp_turn_max_lead_time(3000–12000 ms) — the cap on how early a COORD_FLYBYturn may start before the waypoint.
COORD_FLYOVER, and the note that autoland approaches always fly COORD_FLYBY.
The turn feed-forward gain and control-ease settings intentionally get no UI — they stay
CLI-only while the system proves itself in the field.
Drive-by: fixes a
config-setion→config-sectionclass typo in the same box.Testing
Verified against the firmware branch on MATEKF765: dropdown values populate correctly from the
FC settings table, save/reload round-trips, tooltips render.