docs: include Vehicle.Actuators.Common in Actuators troubleshooting logs - #14872
Merged
DonLakeFlyer merged 1 commit intoAug 15, 2026
Merged
Conversation
Contributor
|
See the Build Results workflow run for details. |
DonLakeFlyer
force-pushed
the
docs/actuators-common-log-category
branch
from
August 15, 2026 19:36
734f57c to
889a80e
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
docs/en/qgc-user-guide/setup_view/px4/actuators.md:64
- This still attributes every false result to the metadata, but
Condition::evaluate()also returns false when the referenced parameter is unavailable (src/Vehicle/Actuators/Common.cc:194-199). It also does not direct users to the newly enabled category that distinguishes this case. Describe the result neutrally and name theEvaluating [show-ui-if]message so the troubleshooting guidance provides the actual cause.
| `Vehicle.Actuators.PX4AutoPilotPlugin` | `Condition 'show-ui-if' evaluated to false` | The vehicle's metadata indicated the page should not be shown. This can be intentional for your configuration, or a firmware/metadata mismatch. Attach the saved log to a support request. |
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.
Follow-up to #14862, addressing the Copilot review comments left on that PR:
Vehicle.Actuators.Commonto the log capture instructions — theshow-ui-ifcondition evaluation details are emitted under this category (src/Vehicle/Actuators/Common.cc), not the three categories previously listed.Condition 'show-ui-if' evaluated to falseinterpretation, which was too strong:Condition::evaluate()also returns false when the referenced parameter is unavailable, so it can indicate a metadata/firmware compatibility problem rather than deliberate hiding. The table now describes the result neutrally and points to theVehicle.Actuators.Commonmessages for the actual cause.