PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.4k stars 13.46k forks source link

Landing pattern for RTL and LAND in VTOL UAVs #10669

Closed moreba1 closed 4 years ago

moreba1 commented 6 years ago

Hello , In the vtol drones, when RTL start at high altitudes, the drone reaches the top of the home at high altitude and the Battery consumption is too much in order to discend in the MC mode. I have an professional idea for RTL. This idea needs to change in autopilot code and the Qgroundcontrol software . we can design a landing pattern such as a fixed wing landing pattern using the software. The UAV must returns to a loiter(altitude) waypoint in FW mode ,Then when it’s reach to direction of home, it must at that altitude start the transition to to MC and reach to the top of the home. Then reduce the altitude to Land . In this landing pattern we can define this parameters: 1- distance(to Land point) and heading of loiter waypoint 2- loiter altitude 3- landing waypoint

tubeme commented 6 years ago

Sounds good to me.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Antiheavy commented 5 years ago

@moreba1 couldn't this all be done in QGC with QGC "VTOL Landing Pattern" that is similar to the "Fixed Wing Landing Pattern" currently implemented in QGC?

tubeme commented 5 years ago

I think it shouldn't be dependent on QGC because it is part of the critical procedures, ie should be self contained in the core of PX4.

julianoes commented 5 years ago

FYI @RomanBapst

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

dagar commented 4 years ago

Was this resolved?

moreba1 commented 4 years ago

Was this resolved?

Yes, in the daily build version.