RMVL
1.3.0
Robotic Manipulation and Vision Library
|
GyroCompensatorParam 参数模块 更多...
#include <rmvlpara/compensator/gyro_compensator.h>
Public 成员函数 | |
bool | load (const std::string &path) |
从指定 YAML 文件中加载 GyroCompensatorParam | |
Public 属性 | |
double | g = 9.788 |
重力加速度,单位m/s^2 | |
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 | ) |
double rm::para::GyroCompensatorParam::g = 9.788 |
重力加速度,单位m/s^2
9.788
float rm::para::GyroCompensatorParam::MINIMUM_COM = 0.5f |
手动补偿最小步进
0.5f
float rm::para::GyroCompensatorParam::PITCH_COMPENSATE = 0.f |
pitch静态补偿(相机比测速模块高出的角度)
0.f
float rm::para::GyroCompensatorParam::YAW_COMPENSATE = 0.f |
yaw静态补偿(相机比测速模块高出的角度)
0.f