RMVL
1.2.1
Robotic Manipulation and Vision Library
|
陀螺仪数据 更多...
#include <array>
#include <iosfwd>
#include <vector>
类 | |
struct | rm::GyroData |
陀螺仪数据 更多... | |
struct | rm::GyroData::Translation |
移动姿态信息 更多... | |
struct | rm::GyroData::Rotation |
转动姿态信息 更多... | |
命名空间 | |
namespace | rm |
函数 | |
void | rm::writeCorners (std::ostream &out, const std::vector< std::vector< std::array< float, 2 > > > &corners) |
导出角点数据 | |
void | rm::readCorners (std::istream &in, std::vector< std::vector< std::array< float, 2 > > > &corners) |
导入角点数据 | |
陀螺仪数据