RMVL  1.1.0
RoboMaster Vision Library
Public 属性 | 所有成员列表
rm::GyroData::Translation结构体 参考

移动姿态信息 更多...

#include <rmvl/core/dataio.hpp>

rm::GyroData::Translation 的协作图:

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\) 更多...
 

详细描述

移动姿态信息

类成员变量说明

◆ vx

float rm::GyroData::Translation::vx = 0.f

x 方向速度(向右运动为正) \(v_x\)

◆ vy

float rm::GyroData::Translation::vy = 0.f

y 方向速度(向下运动为正) \(v_y\)

◆ vz

float rm::GyroData::Translation::vz = 0.f

z 方向速度(向前运动为正) \(v_z\)

◆ x

float rm::GyroData::Translation::x = 0.f

x 方向位置、距离(向右运动为正) \(p_x\)

◆ y

float rm::GyroData::Translation::y = 0.f

y 方向位置、距离(向下运动为正) \(p_y\)

◆ z

float rm::GyroData::Translation::z = 0.f

z 方向位置、距离(向前运动为正) \(p_z\)


该结构体的文档由以下文件生成: