[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Paparazzi-devel] Maximize climb rate after take-off
From: |
Steven Wawryk |
Subject: |
[Paparazzi-devel] Maximize climb rate after take-off |
Date: |
Mon, 11 May 2009 11:49:36 +0930 |
User-agent: |
Thunderbird 2.0.0.21 (X11/20090318) |
Hello,
I'm working with David Bryant on the compressed air cannon launched system.
What I would like to be able to do in the flight plan is to go into a maximum
climb rate mode straight after launch until a given altitude is achieved.
What I'd like to be able to do is something like:
<attitude roll="0.0" pitch="auto" throttle="1.0" vmode="throttle"
until="estimator_z >= ground_alt+security_height"/>
the aim being to use pitch control at maximum throttle to achieve a given
airspeed set-point.
I'd rather not have to set the pitch or climb rate because then I'm just
guessing what airspeed it will go at. Too low and it will stall, too high and
the higher drag means it won't climb as fast as it could.
The problem is that the flight plan build doesn't allow auto-pitch with throttle
vmode.
The other vmodes don't seem appropriate, and with the default alt vmode, the
build also fails because an alt attribute is needed.
If I set the alt attribute, I'm not sure how it will behave.
Is there a reason for prohibiting auto-pitch with throttle vmode?
Does anyone have any other ideas?
Thanks,
Steve
- [Paparazzi-devel] Maximize climb rate after take-off,
Steven Wawryk <=