![]() |
RMVL
1.2.0
Robotic Manipulation and Vision Library
|
GyroCompensatorParam 参数模块 更多...
#include <rmvlpara/compensator/gyro_compensator.h>
Public 成员函数 | |
| bool | load (const std::string &path) |
从指定 YAML 文件中加载 GyroCompensatorParam 更多... | |
Public 属性 | |
| float | YAW_COMPENSATE = 0.f |
| yaw静态补偿(相机比测速模块高出的角度) 更多... | |
| float | PITCH_COMPENSATE = 0.f |
| pitch静态补偿(相机比测速模块高出的角度) 更多... | |
| float | MINIMUM_COM = 0.5f |
| 手动补偿最小步进 更多... | |
GyroCompensatorParam 参数模块
| bool rm::para::GyroCompensatorParam::load | ( | const std::string & | path | ) |
| float rm::para::GyroCompensatorParam::MINIMUM_COM = 0.5f |
手动补偿最小步进
| float rm::para::GyroCompensatorParam::PITCH_COMPENSATE = 0.f |
pitch静态补偿(相机比测速模块高出的角度)
| float rm::para::GyroCompensatorParam::YAW_COMPENSATE = 0.f |
yaw静态补偿(相机比测速模块高出的角度)
1.9.1