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

Plane: allow takeoff setting expected in manual and move landing override up #25745

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

IamPete1
Copy link
Member

One functional change to allow take off expected to be set in manual. This will only happen if not flying armed and either high throttle or a throw is detected.

Mode enter now updates flight stage. This would usually happen at 10Hz in the update_alt call or in setup_glide_slope which RTL already calls as part of its enter.

With the flight stage race removed we can be sure that we will never be in FlightStage::LAND in manual mode. This means the landing servo override can be moved up with no change in behavior.

I have also renamed set_servos_controlled to set_throttle.

@tridge tridge merged commit 5642d24 into ArduPilot:master Dec 12, 2023
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants