-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add FW auto-trimming doc #3146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Add FW auto-trimming doc #3146
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
96117d7
Add FW auto-trimming doc
bresch c9e0369
Initial subedit and release note
hamishwillee 4efbde2
Update en/config_fw/trimming_guide_fixedwing.md
bresch c10fb03
Update en/config_fw/trimming_guide_fixedwing.md
bresch 0ecf559
rephrase manual trimming
bresch 07cd31f
Apply suggestions from code review
hamishwillee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,14 @@ Please continue reading for [upgrade instructions](#upgrade-guide). | |
### Fixed-wing | ||
|
||
- Improvement: Fixed-wing auto takeoff: enable setting takeoff flaps for hand/catapult launch. [PX4-Autopilot#23460](https://github.com/PX4/PX4-Autopilot/pull/23460) | ||
- [Simplified airspeed sensor configuration](../config_vtol/vtol_without_airspeed_sensor.md): | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note, that if this is going into v1.15 we'll have to move this text to |
||
Replacef parameter `CBRK_AIRSPD_CHK` with [SYS_HAS_NUM_ASPD](../advanced_config/parameter_reference.md#SYS_HAS_NUM_ASPD) and renamed parameter `FW_ARSP_MODE` to [FW_USE_AIRSPD](../advanced_config/parameter_reference.md#FW_USE_AIRSPD). | ||
To be able to arm without an airspeed sensor set `SYS_HAS_NUM_ASPD` to 0. | ||
To not use the airspeed sensor data in the controller, set `FW_USE_AIRSPD` to 0. | ||
Added to PX4 in [PX4-Autopilot#22510](https://github.com/PX4/PX4-Autopilot/pull/22510). | ||
- [Auto-trimming](../config_fw/trimming_guide_fixedwing.md#auto-trimming) (enabled by default). | ||
Automatically calibrates trim parameters and then continuously adjusts trim of the aircraft during flight. | ||
Added to PX4 in [PX4-Autopilot#22668](https://github.com/PX4/PX4-Autopilot/pull/22668). | ||
|
||
bresch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Rover | ||
|
||
|
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.
Uh oh!
There was an error while loading. Please reload this page.