RMVL  1.2.0
Robotic Manipulation and Vision Library
Public 成员函数 | Public 属性 | 所有成员列表
rm::para::ArmorPredictorParam结构体 参考

ArmorPredictorParam 参数模块 更多...

#include <rmvlpara/predictor/armor_predictor.h>

rm::para::ArmorPredictorParam 的协作图:

Public 成员函数

bool load (const std::string &path)
 从指定 YAML 文件中加载 ArmorPredictorParam 更多...
 

Public 属性

double YAW_B = 0.f
 yaw方向静态预测量(时间量) 更多...
 
double PITCH_B = 0.f
 pitch方向静态预测量(时间量) 更多...
 
double YAW_K = 1.f
 yaw方向动态预测量 更多...
 
double PITCH_K = 1.f
 pitch方向动态预测量 更多...
 

详细描述

ArmorPredictorParam 参数模块

成员函数说明

◆ load()

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

从指定 YAML 文件中加载 ArmorPredictorParam

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

类成员变量说明

◆ PITCH_B

double rm::para::ArmorPredictorParam::PITCH_B = 0.f

pitch方向静态预测量(时间量)

◆ PITCH_K

double rm::para::ArmorPredictorParam::PITCH_K = 1.f

pitch方向动态预测量

◆ YAW_B

double rm::para::ArmorPredictorParam::YAW_B = 0.f

yaw方向静态预测量(时间量)

◆ YAW_K

double rm::para::ArmorPredictorParam::YAW_K = 1.f

yaw方向动态预测量


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