PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "../BlockLocalPositionEstimator.hpp"
#include <systemlib/mavlink_log.h>
#include <matrix/math.hpp>
Go to the source code of this file.
Variables | |
orb_advert_t | mavlink_log_pub |
static const uint32_t | REQ_LIDAR_INIT_COUNT = 10 |
static const uint32_t | LIDAR_TIMEOUT = 1000000 |
|
static |
Definition at line 11 of file lidar.cpp.
Referenced by BlockLocalPositionEstimator::lidarCheckTimeout().
orb_advert_t mavlink_log_pub |
Definition at line 8 of file BlockLocalPositionEstimator.cpp.
Referenced by BlockLocalPositionEstimator::lidarCheckTimeout(), BlockLocalPositionEstimator::lidarCorrect(), and BlockLocalPositionEstimator::lidarInit().
|
static |
Definition at line 10 of file lidar.cpp.
Referenced by BlockLocalPositionEstimator::lidarInit().