![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
系统参数辨识神符预测类 更多...
#include <rmvl/predictor/spi_rune_predictor.h>
Public 成员函数 | |
| SpiRunePredictor () | |
| 构造函数 | |
| RunePredictorInfo | predict (RuneGroup::ptr group, const std::unordered_map< tracker::ptr, double > &tof) |
| 系统参数辨识神符预测核心函数 | |
静态 Public 成员函数 | |
| static std::unique_ptr< SpiRunePredictor > | make_predictor () |
| 构建 SpiRunePredictor | |
系统参数辨识神符预测类
| rm::SpiRunePredictor::SpiRunePredictor | ( | ) |
构造函数
|
inlinestatic |
| RunePredictorInfo rm::SpiRunePredictor::predict | ( | RuneGroup::ptr | group, |
| const std::unordered_map< tracker::ptr, double > & | tof ) |
系统参数辨识神符预测核心函数
| [in] | group | 神符序列组 |
| [in] | tof | 每个追踪器对应的子弹飞行时间 |