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.
First part of fixing #1025.
@Jaeyoung-Lim Some questions :-)
How are sticks mapped in mode 2/other modes? - below is for forward-flying aircraft
My assumption is that probably we simply map throttle and turn left/right. The throttle behaviour depending on whether the vehicle support reverse. You could obviously control it from just one spring loaded stick.
Further, I assume that releasing the sticks is much like the behaviour on MC altitude mode. The motors turn off and wheels/rudder center. However there might still be momentum so the vehicle will continue until that dissipates. On a boat it will likely drift. Is that correct?
Is there a center-dead zone on the sticks like in position mode?
In mission mode, what is the behaviour like?
I can try some of this in simulator, but I figure you can give me a quick confirmation of much of this first.