-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Bad Loiter to alt function #13220
Comments
Does this param have an effect? |
Where are you expecting it to intersect? |
@julianoes I dont know , in my test MIS_ALTMODE was 1 (default) . plane must change it's altitude considering max climb rate and max sink rate. |
I'm not sure what the behaviour should be. What do you think @dagar and @RomanBapst? |
This is the intended behavior (using loiter to attain an altitude), but variations are certainly possible if @moreba1 can elaborate. |
@dagar |
That makes sense, I'm not sure that should be the behaviour within LOITER_TO_ALT (https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_LOITER_TO_ALT). We should already be able to make this the norm within a regular waypoint or loiter. |
LOITER_TO_ALT was specifically added for a landing sequence consisting of loitering down from the current altitude, then breaking out of the loiter on a tangent to begin your landing approach. Only descending via loiter is the point. Questions
|
regular waypoint can not be used because it has not "heading wait" . |
we can define initial altitude for loiter_to_alt points . |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Describe the bug
loiter to alt : Do not give elevation change before reaching the loiter point.
Expected behavior
changing altitude during going to loiter point .
The text was updated successfully, but these errors were encountered: