PX4 Firmware
PX4 Autopilot Software http://px4.io
BlockLocalPositionEstimator.cpp File Reference
#include "BlockLocalPositionEstimator.hpp"
#include <systemlib/mavlink_log.h>
#include <fcntl.h>
#include <systemlib/err.h>
#include <matrix/math.hpp>
#include <cstdlib>
Include dependency graph for BlockLocalPositionEstimator.cpp:

Go to the source code of this file.

Functions

__EXPORT int local_position_estimator_main (int argc, char *argv[])
 

Variables

orb_advert_t mavlink_log_pub = nullptr
 
static const uint32_t EST_STDDEV_XY_VALID = 2.0
 
static const uint32_t EST_STDDEV_Z_VALID = 2.0
 
static const uint32_t EST_STDDEV_TZ_VALID = 2.0
 
static const float P_MAX = 1.0e6f
 
static const float LAND_RATE = 10.0f
 
static const char * msg_label = "[lpe] "
 

Function Documentation

◆ local_position_estimator_main()

__EXPORT int local_position_estimator_main ( int  argc,
char *  argv[] 
)

Definition at line 1045 of file BlockLocalPositionEstimator.cpp.

References main().

Here is the call graph for this function:

Variable Documentation

◆ EST_STDDEV_TZ_VALID

const uint32_t EST_STDDEV_TZ_VALID = 2.0
static

Definition at line 13 of file BlockLocalPositionEstimator.cpp.

Referenced by BlockLocalPositionEstimator::initP().

◆ EST_STDDEV_XY_VALID

const uint32_t EST_STDDEV_XY_VALID = 2.0
static

Definition at line 11 of file BlockLocalPositionEstimator.cpp.

Referenced by BlockLocalPositionEstimator::initP().

◆ EST_STDDEV_Z_VALID

const uint32_t EST_STDDEV_Z_VALID = 2.0
static

Definition at line 12 of file BlockLocalPositionEstimator.cpp.

Referenced by BlockLocalPositionEstimator::initP().

◆ LAND_RATE

const float LAND_RATE = 10.0f
static

Definition at line 16 of file BlockLocalPositionEstimator.cpp.

Referenced by BlockLocalPositionEstimator::Run().

◆ mavlink_log_pub

◆ msg_label

const char* msg_label = "[lpe] "
static

◆ P_MAX

const float P_MAX = 1.0e6f
static