Skip to content
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

new flight mode "landing" for fixed-wing #2246

Closed
severinleuenberger opened this issue May 28, 2015 · 4 comments
Closed

new flight mode "landing" for fixed-wing #2246

severinleuenberger opened this issue May 28, 2015 · 4 comments

Comments

@severinleuenberger
Copy link

After nearly 6 Month of intense testing of "autoland" I see a great value for autolandings. But not always is a landing plannable by groudnstation.

Therefore a lot of the functions from autoland could be implemented in a "landing" flight-mode.
The main function would be:

  • hold the descend angle as declared by FW_LND_ANG
  • hold the airspeed as in autoland as triggered by FW_AIRSPD_MIN, MAX, TRIM

Additionally if there is a range finder (laser distance sensor) and if it is activated by FW_LND_USETER =1
Then do flare as soon as reached the flare-altitude declared by FW_LND_FLALT
and do throttle handle as declared by FW_LND_TLALT
and do heading hold handle as declared by FW_LND_HHDIST

Then it is very important, that the user can interact the landing process by manually steering by RC. It should be the same input-behaviour as in STABILIZED, and not the limited action field as in ALTCTL/POSCTL (speaking of the new flight modes).

I would call the new Mode for Landing simply "LAND" in PX4

I myself cannot do the code-change. But I would eagerly help you by defining the logic, helping on reviewing C++ Code and of course testing.

Anyone interested on developing this?

@dagar
Copy link
Member

dagar commented Mar 11, 2016

Would it be reasonable to require having a landing (and approach) waypoint defined? Then going into LAND mode would jump straight to the land portion of the mission.

@DonLakeFlyer
Copy link
Contributor

Why isn't that RTL with one or more MAV_CMD_DO_LAND_START items in your mission?

@dagar
Copy link
Member

dagar commented Nov 24, 2016

@severinleuenberger we can do this if you help clarify a few details.

If you activated this mode would you want it to try and land at the home position, or start landing immediately?

Would it just do FW_LND_ANG immediately, or decrease altitude first?

@dagar dagar self-assigned this Apr 12, 2017
@PX4BuildBot
Copy link
Collaborator

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 30 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.)

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

No branches or pull requests

5 participants