![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
ArmorPredictorParam 参数模块 更多...
#include <rmvlpara/predictor/armor_predictor.h>
Public 成员函数 | |
| ArmorPredictorParam ()=default | |
| 创建 ArmorPredictorParam 参数对象 | |
| bool | read (const std::string &path) |
| 从指定 YAML 文件中加载,并读取至 ArmorPredictorParam 中 | |
| bool | write (const std::string &path) const |
| 将 ArmorPredictorParam 的数据写入指定的 YAML 文件中 | |
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 参数模块
|
default |
创建 ArmorPredictorParam 参数对象
| bool rm::para::ArmorPredictorParam::read | ( | const std::string & | path | ) |
| bool rm::para::ArmorPredictorParam::write | ( | const std::string & | path | ) | const |
| double rm::para::ArmorPredictorParam::PITCH_B = 0.f |
pitch 方向静态预测量(时间量)
默认值:0.f
| double rm::para::ArmorPredictorParam::PITCH_K = 1.f |
pitch 方向动态预测量
默认值:1.f
| double rm::para::ArmorPredictorParam::YAW_B = 0.f |
yaw 方向静态预测量(时间量)
默认值:0.f
| double rm::para::ArmorPredictorParam::YAW_K = 1.f |
yaw 方向动态预测量
默认值:1.f