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

Copter: Add support for altitude offset input in AUTO mode #20390

Closed

Conversation

mustafa-gokce
Copy link
Contributor

With this PR, if the TUNE parameter is set to 59, users can add offsets to the vehicle's altitude in centimeters within (TUNE_MIN, TUNE_MAX).

@mustafa-gokce
Copy link
Contributor Author

mustafa-gokce commented Mar 28, 2022

A couple of thoughts and issues:

  1. There is no restriction for minimum and maximum values. I think at least the minimum value should be restricted to avoid a controlled crash.
  2. Vehicle reaches the waypoints and goes to the next waypoints without an issue (Reached command #N appears on the screen) but not the last waypoint. In order to reach the last waypoint, the result altitude offset has to be set to 0.

@mustafa-gokce mustafa-gokce deleted the copter_tune_altitude_auto branch September 20, 2022 10:33
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.

None yet

2 participants