Skip to content
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

Multirotor Althold altitude adjustment fix #10664

Open
wants to merge 5 commits into
base: maintenance-8.x.x
Choose a base branch
from

Conversation

breadoven
Copy link
Collaborator

Closes #10660.

Fix to correctly limit max up and down vertical velocities during manual altitude adjustment.

Flight tested OK.

@breadoven
Copy link
Collaborator Author

I'm thinking now that there's no reason to use rcCommand[THROTTLE] for the input for manual altitude RC adjustment. The throttle stick is just acting as a velocity demand not a throttle demand so it should be possible to just use the raw stick value from 1000 to 2000. The benefit being that you don't lose the stick movement below idle throttle as is the case now. I'll test and see how it works.

@DzikuVx DzikuVx added this to the 8.1 milestone Feb 3, 2025
@mmosca
Copy link
Collaborator

mmosca commented Feb 8, 2025

For 8.1, we need to target maintenance-8.x.x branch.

@breadoven breadoven changed the base branch from master to maintenance-8.x.x February 10, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please, correct error in climb rate calculation.
3 participants