Inspirati / gentlenav

Automatically exported from code.google.com/p/gentlenav
0 stars 0 forks source link

Fix Delta Wing control in 2.5 #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix this regression as reported by Ric.

Original issue reported on code.google.com by benjie on 21 Apr 2010 at 6:03

GoogleCodeExporter commented 9 years ago
We have a good workaround now, but I still need to find the root cause.  For 
now, when flying a delta wing, set 
the following options to 0:

#define RUDDER_ELEV_MIX                                 0.0
#define YAWKP_RUDDER                                            0.0
#define YAWKD_RUDDER                                            0.0

Original comment by benjie on 22 Apr 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Fixed by not applying rudder-elevator mixing when there's no rudder channel 
configured

Original comment by benjie on 22 Apr 2010 at 9:48