![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
SpiRunePredictorParam 参数模块 更多...
#include <rmvlpara/predictor/spi_rune_predictor.h>
Public 成员函数 | |
| SpiRunePredictorParam ()=default | |
| 创建 SpiRunePredictorParam 参数对象 | |
| bool | read (const std::string &path) |
| 从指定 YAML 文件中加载,并读取至 SpiRunePredictorParam 中 | |
| bool | write (const std::string &path) const |
| 将 SpiRunePredictorParam 的数据写入指定的 YAML 文件中 | |
Public 属性 | |
| float | B = 0.f |
| 静态预测量系数 | |
| double | INTERVAL_ANGLE = 72 |
| 神符扇叶间隔角度 | |
| double | KP = 200 |
| 协方差矩阵系数 | |
| double | SAMPLE_INTERVAL = 10 |
| 采样间隔(单位 ms) | |
| double | FIXED_ANGLE = 15 |
| 当模型阶数不够时,固定的角度预测增量(不区分正负) | |
| std::size_t | DIFF_ORDER = 60 |
| 模型差分阶数 | |
| std::size_t | MAX_NF = 35 |
| 子弹飞行时间最大帧数 | |
|
default |
创建 SpiRunePredictorParam 参数对象
| bool rm::para::SpiRunePredictorParam::read | ( | const std::string & | path | ) |
| bool rm::para::SpiRunePredictorParam::write | ( | const std::string & | path | ) | const |
| float rm::para::SpiRunePredictorParam::B = 0.f |
静态预测量系数
默认值:0.f
| std::size_t rm::para::SpiRunePredictorParam::DIFF_ORDER = 60 |
模型差分阶数
默认值:60
| double rm::para::SpiRunePredictorParam::FIXED_ANGLE = 15 |
当模型阶数不够时,固定的角度预测增量(不区分正负)
默认值:15
| double rm::para::SpiRunePredictorParam::INTERVAL_ANGLE = 72 |
神符扇叶间隔角度
默认值:72
| double rm::para::SpiRunePredictorParam::KP = 200 |
协方差矩阵系数
默认值:200
| std::size_t rm::para::SpiRunePredictorParam::MAX_NF = 35 |
子弹飞行时间最大帧数
默认值:35
| double rm::para::SpiRunePredictorParam::SAMPLE_INTERVAL = 10 |
采样间隔(单位 ms)
默认值:10