RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
移动姿态信息 更多...
#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::ImuData::Translation::vx = 0.f |
x 方向速度(向右运动为正) \(v_x\)
float rm::ImuData::Translation::vy = 0.f |
y 方向速度(向下运动为正) \(v_y\)
float rm::ImuData::Translation::vz = 0.f |
z 方向速度(向前运动为正) \(v_z\)
float rm::ImuData::Translation::x = 0.f |
x 方向位置、距离(向右运动为正) \(p_x\)
float rm::ImuData::Translation::y = 0.f |
y 方向位置、距离(向下运动为正) \(p_y\)
float rm::ImuData::Translation::z = 0.f |
z 方向位置、距离(向前运动为正) \(p_z\)