feat: ArduPilot param docs links and MP/QGC param file I/O#114
Open
davidbitton wants to merge 1 commit into
Open
feat: ArduPilot param docs links and MP/QGC param file I/O#114davidbitton wants to merge 1 commit into
davidbitton wants to merge 1 commit into
Conversation
Port ADOS Mission Control rubenCodeforges#53 parameter ergonomics to ArduDeck: - Version-aware ArduPilot docs URLs (stable V*.*.* Sphinx pages; unversioned parameters.html fallback; never …-stable-latest; tracker → antennatracker) - Portalled ParamNameTooltip + ExternalLink on live and offline param tables - Enum/bitmask non-edit display (f32-aware) via formatParamDisplayValue - Hardened Mission Planner .param and QGroundControl .params parse/serialize - Explicit QGC export; clear empty/unrecognized file feedback - firmwareVersion from AUTOPILOT_VERSION (official stable tags only) - Unit tests for docs URLs, display helpers, and file parser (77 tests) Does not replace online param-metadata fetch/cache.
Owner
|
@davidbitton hey thanks for the pr , but we have to postpone it , a big release is underway and we are on code freeze |
Author
copy that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have read and agree to the ArduDeck Contributor License Agreement (CLA.md).
Summary
Port of ADOS Mission Control #53 parameter ergonomics into ArduDeck (adapted to Electron/desktop patterns; not a verbatim copy).
Vmajor.minor.patchSphinx pages when known; unversionedparameters.htmlfallback; never…-stable-latest; tracker →antennatracker). ArduPilot-only; non-AP gets no link.ParamNameTooltip(not clipped by virtualized rows) + ExternalLink on live and offline param tables; hover-only name trigger (keyboard docs via row ExternalLink).value — Label/ bitmask summaries with float32-aware matching; editors unchanged..paramand QGroundControl.params(headers, comments, BOM, CRLF); explicit Export QGC; empty/unrecognized file feedback (no silent empty diffs); compare modal only when value diffs exist.ConnectionState.firmwareVersionfromAUTOPILOT_VERSION(official stable tags only).Scope guard
Verification
vitest runonparameter-metadata.test.ts,param-display.test.ts,param-file-parser.test.tsTest plan
parameters.html#…value — Labelwhen not editing.paramand QGC.params; re-import/compare; empty/garbage file → clear error