RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
系统参数辨识神符预测类 更多...
#include <rmvl/predictor/spi_rune_predictor.h>
Public 成员函数 | |
SpiRunePredictor () | |
构造函数 | |
PredictInfo | predict (const std::vector< group::ptr > &groups, const std::unordered_map< tracker::ptr, double > &tof) override |
系统参数辨识神符预测核心函数 | |
Public 成员函数 继承自 rm::predictor | |
predictor ()=default | |
virtual | ~predictor ()=default |
静态 Public 成员函数 | |
static std::unique_ptr< SpiRunePredictor > | make_predictor () |
构建 SpiRunePredictor | |
额外继承的成员函数 | |
Public 类型 继承自 rm::predictor | |
using | ptr = std::unique_ptr<predictor> |
系统参数辨识神符预测类
rm::SpiRunePredictor::SpiRunePredictor | ( | ) |
构造函数
|
inlinestatic |
|
overridevirtual |
系统参数辨识神符预测核心函数
B
生效: ANG_Z
Kt
生效: ANG_Z
[in] | groups | 序列组列表 |
[in] | tof | 每个追踪器对应的子弹飞行时间 |
实现了 rm::predictor.