mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Quad frame - X is default
added wind comp stability option to config - off by default
This commit is contained in:
parent
250545f31d
commit
7e96e0f7fa
@ -65,10 +65,10 @@
|
||||
// FRAME_CONFIG
|
||||
//
|
||||
#ifndef FRAME_CONFIG
|
||||
# define FRAME_CONFIG QUAD_FRAME
|
||||
# define FRAME_CONFIG QUAD_FRAME
|
||||
#endif
|
||||
#ifndef FRAME_ORIENTATION
|
||||
# define FRAME_ORIENTATION PLUS_FRAME
|
||||
# define FRAME_ORIENTATION X_FRAME
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@ -468,6 +468,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
// experimental feature for
|
||||
#ifndef WIND_COMP_STAB
|
||||
# define WIND_COMP_STAB 0
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user