Open GoogleCodeExporter opened 9 years ago
I suspect that cruise speed controls throttle.
the logic may look like:
if airspeed =< cruise speed increase_throttle
and should be like
if airspeed =< cruisespeed or groundspeed < cruisespeed then increase_throttle
Original comment by andre.kj...@gmail.com
on 5 Mar 2012 at 9:29
Just set min_gndspd_cm and make sure your max airspeed ("fbw max" is within
your airplane's capabilities.
Original comment by Mr.Challinger@gmail.com
on 20 Mar 2012 at 6:05
ARSPD_FBW_MAX=16 - I think it's higher than the windspeed.
Please note that the AP does not apply/increase throttle - at 5:15 in the video
- it should apply throttle.
Also I did not knew FBW_MAX was used for other purposes than FBW ?
- how is it used ? - should it be set like an maximum airframe speed ? (well
above level flight at max throttle ?)
Original comment by andre.kj...@gmail.com
on 20 Mar 2012 at 6:18
Original issue reported on code.google.com by
andre.kj...@gmail.com
on 22 Feb 2012 at 9:09