![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Example file for the LKF implementation. More...
#include <mrs_lib/lkf.h>
#include <random>
#include <ros/ros.h>
Namespaces | |
mrs_lib | |
All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Typedefs | |
using | mrs_lib::lkf_t = LKF< n_states, n_inputs, n_measurements > |
using | A_t = lkf_t::A_t |
using | B_t = lkf_t::B_t |
using | H_t = lkf_t::H_t |
using | Q_t = lkf_t::Q_t |
using | x_t = lkf_t::x_t |
using | P_t = lkf_t::P_t |
using | u_t = lkf_t::u_t |
using | z_t = lkf_t::z_t |
using | R_t = lkf_t::R_t |
using | statecov_t = lkf_t::statecov_t |
Variables | |
const int | mrs_lib::n_measurements = 2 |
A_t | A |
B_t | B |
H_t | H |
const double | speed = 0.3 |
Example file for the LKF implementation.
This example may be run after building mrs_lib by executing rosrun mrs_lib lkf_example
.
See lkf/example.cpp.