-
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
RTL: Add approaches for rtl to home and rally points #21049
Merged
Merged
Conversation
This file contains 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
RomanBapst
reviewed
Feb 10, 2023
RomanBapst
reviewed
Feb 10, 2023
RomanBapst
reviewed
Feb 10, 2023
RomanBapst
reviewed
Feb 10, 2023
RomanBapst
force-pushed
the
rearrange_rtl_mission_mode
branch
from
March 10, 2023 12:06
4020dd0
to
8b8e0bf
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
from
July 14, 2023 15:11
8b8e0bf
to
8f61320
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
3 times, most recently
from
August 7, 2023 07:17
b3e4f2a
to
b6c3a25
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
from
August 8, 2023 12:56
5a0e5b6
to
511289b
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
10 times, most recently
from
August 22, 2023 13:05
9217ba0
to
fd1187c
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
3 times, most recently
from
August 28, 2023 09:07
cd74f2a
to
495f139
Compare
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
3 times, most recently
from
August 28, 2023 15:28
a3b7ff5
to
646c64b
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
from
August 29, 2023 07:20
495f139
to
5e2dcbd
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
from
September 6, 2023 11:13
5e2dcbd
to
94b6c88
Compare
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
September 28, 2023 07:36
ab82fda
to
a88c614
Compare
KonradRudin
force-pushed
the
rearrange_rtl_mission_mode
branch
from
September 28, 2023 12:38
abf33f7
to
ca72fe7
Compare
sfuhrer
force-pushed
the
rearrange_rtl_mission_mode
branch
from
September 29, 2023 09:13
ca72fe7
to
fa296e6
Compare
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
2 times, most recently
from
October 3, 2023 18:11
4e1c961
to
e7ad374
Compare
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
October 18, 2023 06:36
2596a2a
to
ff91f35
Compare
rebased on main and squashed commits |
KonradRudin
changed the title
Add rtl vtol home approach
RTL: Add approaches for rtl to home and rally points
Oct 18, 2023
Added flight logs in the description |
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
October 21, 2023 12:48
ff91f35
to
e7ef59e
Compare
…mission rally points.
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
October 25, 2023 11:15
e7ef59e
to
2866c95
Compare
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
October 25, 2023 14:29
2866c95
to
021a33f
Compare
… code to reduce flash
KonradRudin
force-pushed
the
add_rtl_vtol_home_approach
branch
from
October 26, 2023 07:53
021a33f
to
dcc5f67
Compare
RomanBapst
approved these changes
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Solved Problem
When a VTOL performs a RTL to the home or rally position, it flies straight to the designated position and lands there. If it is too high, it will circle around the designated position. however, it is desired to actually define a landing pattern with a designated loiter position when performing a RTL for a vtol in Fixed wing mode.
Fixes #{Github issue ID}
Solution
Test coverage
Context
Related links, screenshot before/after, video