Skip to content

Action: Add GotoLocationFixedwing#412

Open
bansiesta wants to merge 1 commit into
mavlink:mainfrom
bansiesta:action-goto-location-fixedwing
Open

Action: Add GotoLocationFixedwing#412
bansiesta wants to merge 1 commit into
mavlink:mainfrom
bansiesta:action-goto-location-fixedwing

Conversation

@bansiesta

Copy link
Copy Markdown
Contributor

Adds a new GotoLocationFixedwing RPC to the action service, intended for fixed-wing aircraft.

Unlike GotoLocation, this variant accepts a loiter_radius_m parameter (param3 of MAV_CMD_DO_REPOSITION). Positive values give a clockwise loiter, negative counter-clockwise, and 0 is ignored by the autopilot. Yaw (param4) is sent as NaN since it is not meaningful while a fixed-wing aircraft is continuously turning in a loiter.

Closes mavlink/MAVSDK#2853.

@bansiesta bansiesta force-pushed the action-goto-location-fixedwing branch from 0a688be to 3b6ba2b Compare June 1, 2026 23:25
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.

Augment goto_location action for planes

2 participants