RMVL  1.4.0-dev
Robotic Manipulation and Vision Library
载入中...
搜索中...
未找到
rm::para::SpiRunePredictorParam结构体 参考

SpiRunePredictorParam 参数模块 更多...

#include <rmvlpara/predictor/spi_rune_predictor.h>

rm::para::SpiRunePredictorParam 的协作图:

Public 成员函数

bool read (const std::string &path)
 从指定 YAML 文件中加载,并读取至 SpiRunePredictorParam
 
bool write (const std::string &path) const
 SpiRunePredictorParam 的数据写入指定的 YAML 文件中
 
bool load (const std::string &path)
 从指定 YAML 文件中加载 SpiRunePredictorParam
 

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
 子弹飞行时间最大帧数
 

详细描述

SpiRunePredictorParam 参数模块

成员函数说明

◆ load()

bool rm::para::SpiRunePredictorParam::load ( const std::string & path)
inline

从指定 YAML 文件中加载 SpiRunePredictorParam

弃用
请使用 read 方法
函数调用图:

◆ read()

bool rm::para::SpiRunePredictorParam::read ( const std::string & path)

从指定 YAML 文件中加载,并读取至 SpiRunePredictorParam

注解
YAML 文件的后缀允许是 *.yml*.yaml
参数
[in]path参数路径
返回
是否读取成功

◆ write()

bool rm::para::SpiRunePredictorParam::write ( const std::string & path) const

SpiRunePredictorParam 的数据写入指定的 YAML 文件中

注解
YAML 文件的后缀允许是 *.yml*.yaml
参数
[in]path参数路径
返回
是否写入成功

类成员变量说明

◆ B

float rm::para::SpiRunePredictorParam::B = 0.f

静态预测量系数

注解
默认值:0.f

◆ DIFF_ORDER

std::size_t rm::para::SpiRunePredictorParam::DIFF_ORDER = 60

模型差分阶数

注解
默认值:60

◆ FIXED_ANGLE

double rm::para::SpiRunePredictorParam::FIXED_ANGLE = 15

当模型阶数不够时,固定的角度预测增量(不区分正负)

注解
默认值:15

◆ INTERVAL_ANGLE

double rm::para::SpiRunePredictorParam::INTERVAL_ANGLE = 72

神符扇叶间隔角度

注解
默认值:72

◆ KP

double rm::para::SpiRunePredictorParam::KP = 200

协方差矩阵系数

注解
默认值:200

◆ MAX_NF

std::size_t rm::para::SpiRunePredictorParam::MAX_NF = 35

子弹飞行时间最大帧数

注解
默认值:35

◆ SAMPLE_INTERVAL

double rm::para::SpiRunePredictorParam::SAMPLE_INTERVAL = 10

采样间隔(单位ms)

注解
默认值:10

该结构体的文档由以下文件生成: