![]() |
RMVL
2.6.0-dev
Robotic Manipulation and Vision Library
|
整车状态预测模块 更多...
#include <rmvl/predictor/gyro_predictor.h>
类 | |
| struct | Info |
| 预测模块信息 更多... | |
Public 类型 | |
| enum | : std::size_t { POS_X = 0 , POS_Y = 1 , POS_Z = 2 , ANG_Y = 3 } |
| 预测对象枚举 更多... | |
Public 成员函数 | |
| Info | predict (const std::vector< group::ptr > &groups, const std::unordered_map< tracker::ptr, double > &tof) |
| 装甲板预测核心函数 | |
静态 Public 成员函数 | |
| static std::unique_ptr< GyroPredictor > | make_predictor () |
| 构建 GyroPredictor | |
整车状态预测模块
| anonymous enum : std::size_t |
|
inlinestatic |
| Info rm::GyroPredictor::predict | ( | const std::vector< group::ptr > & | groups, |
| const std::unordered_map< tracker::ptr, double > & | tof ) |