RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
转动姿态信息 更多...
#include <rmvl/core/dataio.hpp>
Public 属性 | |
float | yaw = 0.f |
偏转角(向右运动为正) | |
float | pitch = 0.f |
俯仰角(向下运动为正) | |
float | roll = 0.f |
滚转角(顺时针运动为正) | |
float | yaw_speed = 0.f |
偏转角速度(向右运动为正) | |
float | pitch_speed = 0.f |
俯仰角速度(向下运动为正) | |
float | roll_speed = 0.f |
滚转角速度(顺时针运动为正) | |
转动姿态信息
float rm::ImuData::Rotation::pitch = 0.f |
俯仰角(向下运动为正)
float rm::ImuData::Rotation::pitch_speed = 0.f |
俯仰角速度(向下运动为正)
float rm::ImuData::Rotation::roll = 0.f |
滚转角(顺时针运动为正)
float rm::ImuData::Rotation::roll_speed = 0.f |
滚转角速度(顺时针运动为正)
float rm::ImuData::Rotation::yaw = 0.f |
偏转角(向右运动为正)
float rm::ImuData::Rotation::yaw_speed = 0.f |
偏转角速度(向右运动为正)