![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
装甲预测模块 更多...
#include <rmvl/predictor/armor_predictor.h>
类 | |
| struct | Info |
| 预测模块信息 更多... | |
Public 成员函数 | |
| Info | predict (const std::vector< tracker::ptr > &trackers, const std::unordered_map< tracker::ptr, double > &tof) const |
| 装甲板预测核心函数 | |
静态 Public 成员函数 | |
| static std::unique_ptr< ArmorPredictor > | make_predictor () |
| 构建 ArmorPredictor | |
装甲预测模块
|
inlinestatic |
| Info rm::ArmorPredictor::predict | ( | const std::vector< tracker::ptr > & | trackers, |
| const std::unordered_map< tracker::ptr, double > & | tof ) const |
装甲板预测核心函数
| [in] | trackers | 所有追踪器 |
| [in] | tof | 每个追踪器对应的子弹飞行时间 |