跳转到内容

Math::EKF API

文档稀疏
符号
13
已记录
4
修订版本
0.1.0+855c407f828e

9 / 13 个公开 API 符号没有说明。

命名空间

2

结构体

1

math::ekf::EKF

https://zh.wikipedia.org/wiki/ 扩展卡尔曼滤波器E6%93B4E5B1%95E5%8DA1E7%88BEE6%9BBCE6BFBEE6B3A2E5%99A8#E9%9BA2E6%95A3E6%99%82E9%96%93E9%87%8FE6B8AC T 数据类型 StateDim 状态维数

libs/math/EKF/EKF.hpp:21

函数

4

math::ekf::EKF::EKF

                    math::ekf::EKF< T, StateDim >::EKF (const VecS &X_init, const MatS &P_init, const MatS &Q_init)
                  

上游未提供说明。

libs/math/EKF/EKF.hpp:32

math::ekf::EKF::predict

                    void math::ekf::EKF< T, StateDim >::predict (const VecS &predicted_x, const MatS &F)
                  

预测 predicted_x 预测步 x 结果 F Jacobian 矩阵,\partial{f}/\partial{x}

libs/math/EKF/EKF.hpp:42

math::ekf::EKF::update

                    void math::ekf::EKF< T, StateDim >::update (const Vec< T, MeasDim > &y, const Mat< T, MeasDim, StateDim > &H, const Mat< T, MeasDim, MeasDim > &R)
                  

观测更新 MeasDim 测量维度 y y = z - h(x); h 为观测函数 H h 对 x 的 Jacobian 矩阵在当前 x 的值 R 测量噪声

libs/math/EKF/EKF.hpp:56

类型定义

2

math::ekf::EKF::MatS

                    using math::ekf::EKF< T, StateDim >::MatS = Mat<T, StateDim, StateDim>
                  

上游未提供说明。

libs/math/EKF/EKF.hpp:23

math::ekf::EKF::VecS

                    using math::ekf::EKF< T, StateDim >::VecS = Vec<T, StateDim>
                  

上游未提供说明。

libs/math/EKF/EKF.hpp:24

变量

3

文件

1