@ -41,6 +41,7 @@
*/
#include "integrator.h"
#include <drivers/drv_hrt.h>
Integrator::Integrator(uint64_t auto_reset_interval, bool coning_compensation) :
_auto_reset_interval(auto_reset_interval),
@ -1,4 +1,5 @@
#include "BlockLocalPositionEstimator.hpp"
#include <systemlib/mavlink_log.h>
#include <fcntl.h>
#include <systemlib/err.h>
@ -38,6 +38,7 @@
* @author Lorenz Meier <lorenz@px4.io>
#include <px4_posix.h>
#include <string.h>
#include <stdlib.h>
@ -35,6 +35,7 @@
* @author Pavel Kirienko <pavel.kirienko@gmail.com>
#include "baro.hpp"
#include <cmath>
@ -40,6 +40,7 @@
#include "gnss.hpp"
#include <mathlib/mathlib.h>
@ -37,6 +37,7 @@
#include "mag.hpp"
const char *const UavcanMagnetometerBridge::NAME = "mag";
@ -127,7 +127,6 @@ static inline void do_nothing(int level, ...)
#include <px4_defines.h>
__BEGIN_DECLS
__EXPORT extern uint64_t hrt_absolute_time(void);
__EXPORT extern const char *__px4_log_level_str[_PX4_LOG_LEVEL_PANIC + 1];
__EXPORT extern const char *__px4_log_level_color[_PX4_LOG_LEVEL_PANIC + 1];