Skip to content

Add FW loiter size and orientation control #24625

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ryanjAA
Copy link
Contributor

@ryanjAA ryanjAA commented Mar 27, 2025

Fixes: #24612

Params 3 and 4 handling are missing. This adds it in.

Param 3 now will respond to a loiter size and param 4 to 0/1 for CW/CCW.

Also, on alt only changes if you omit param3/4 it explicitly does what you have set as your default (rather than last done which is how it is now) to ensure you get the default unless the param is passed.

https://logs.px4.io/plot_app?log=61232f4d-fa71-4965-bd37-0be6c4740bb8
(Main from today)

https://discord.com/channels/1022170275984457759/1022186266957201480/1224558850179469414
https://discord.com/channels/1022170275984457759/1022186266957201480/1354505832426901546

Params 3 and 4 handling are missing. This adds it in.


Param 3 now will respond to a loiter size and param 4 to 0/1 for CW/CCW. 

Also, on alt only changes if you omit param3/4 it explicitly does what you have set as your default (rather than last done which is how it is now) to ensure you get the default unless the param is passed.
@ryanjAA
Copy link
Contributor Author

ryanjAA commented Mar 27, 2025

@sfuhrer

Also, this allows QGC to expose loiter size and direction control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loiter radius and Direction not working for FW via MAV_CMD_DO_REPOSITION
1 participant