This issue relates to initializeSensors() function in CopterSetup.cpp file. All sensors on that list should be successfully initialized to guarantee proper drone work.
If sensor is not used, it is disabled in hardwareConfig.h file and is disabled by conditional compilation.
This issue relates to initializeSensors() function in CopterSetup.cpp file. All sensors on that list should be successfully initialized to guarantee proper drone work. If sensor is not used, it is disabled in hardwareConfig.h file and is disabled by conditional compilation.