|
|
|
@ -28,6 +28,7 @@ class AC_WeatherVane {
@@ -28,6 +28,7 @@ class AC_WeatherVane {
|
|
|
|
|
NOSE_IN = 1, // Only nose into wind
|
|
|
|
|
NOSE_OR_TAIL_IN = 2, // Nose in or tail into wind, which ever is closest
|
|
|
|
|
SIDE_IN = 3, // Side into wind for copter tailsitters
|
|
|
|
|
TAIL_IN = 4, // backwards, for tailsitters, makes it easier to descend
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// Paramaters
|
|
|
|
|