mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
SITL: disable optical flow on the desktop build
it doesn't work yet, as no sensor emulator is available
This commit is contained in:
parent
17c115d2aa
commit
dafaa2efc8
@ -83,6 +83,10 @@
|
||||
# define TOY_MIXER TOY_LINEAR_MIXER
|
||||
#endif
|
||||
|
||||
// optical flow doesn't work in SITL yet
|
||||
#ifdef DESKTOP_BUILD
|
||||
# define OPTFLOW DISABLED
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user