|
|
@ -4,7 +4,7 @@ |
|
|
|
#include <systemlib/err.h> |
|
|
|
#include <systemlib/err.h> |
|
|
|
#include <matrix/math.hpp> |
|
|
|
#include <matrix/math.hpp> |
|
|
|
|
|
|
|
|
|
|
|
orb_advert_t mavlink_log_pub; |
|
|
|
orb_advert_t mavlink_log_pub = nullptr; |
|
|
|
|
|
|
|
|
|
|
|
// timeouts for sensors in microseconds
|
|
|
|
// timeouts for sensors in microseconds
|
|
|
|
static const uint32_t EST_SRC_TIMEOUT = 10000; // 0.01 s
|
|
|
|
static const uint32_t EST_SRC_TIMEOUT = 10000; // 0.01 s
|
|
|
|