移动姿态信息 更多...
#include <rmvl/core/dataio.hpp>
Public 属性 | |
float | x = 0.f |
x 方向位置、距离(向右运动为正) p_x | |
float | y = 0.f |
y 方向位置、距离(向下运动为正) p_y | |
float | z = 0.f |
z 方向位置、距离(向前运动为正) p_z | |
float | vx = 0.f |
x 方向速度(向右运动为正) v_x | |
float | vy = 0.f |
y 方向速度(向下运动为正) v_y | |
float | vz = 0.f |
z 方向速度(向前运动为正) v_z | |
移动姿态信息
float rm::GyroData::Translation::vx = 0.f |
x 方向速度(向右运动为正) v_x
float rm::GyroData::Translation::vy = 0.f |
y 方向速度(向下运动为正) v_y
float rm::GyroData::Translation::vz = 0.f |
z 方向速度(向前运动为正) v_z
float rm::GyroData::Translation::x = 0.f |
x 方向位置、距离(向右运动为正) p_x
float rm::GyroData::Translation::y = 0.f |
y 方向位置、距离(向下运动为正) p_y
float rm::GyroData::Translation::z = 0.f |
z 方向位置、距离(向前运动为正) p_z