CARLA
 
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
carla::learning::WheelOutput结构体 参考

#include <pytorch.h>

+ carla::learning::WheelOutput 的协作图:

Public 属性

std::vector< float > _particle_forces
 
float wheel_forces_x = 0
 
float wheel_forces_y = 0
 
float wheel_forces_z = 0
 
float wheel_torque_x = 0
 
float wheel_torque_y = 0
 
float wheel_torque_z = 0
 

详细描述

在文件 pytorch.h42 行定义.

类成员变量说明

◆ _particle_forces

std::vector<float> carla::learning::WheelOutput::_particle_forces

◆ wheel_forces_x

float carla::learning::WheelOutput::wheel_forces_x = 0

◆ wheel_forces_y

float carla::learning::WheelOutput::wheel_forces_y = 0

◆ wheel_forces_z

float carla::learning::WheelOutput::wheel_forces_z = 0

◆ wheel_torque_x

float carla::learning::WheelOutput::wheel_torque_x = 0

在文件 pytorch.h47 行定义.

被这些函数引用 carla::learning::GetWheelTensorOutput().

◆ wheel_torque_y

float carla::learning::WheelOutput::wheel_torque_y = 0

在文件 pytorch.h48 行定义.

被这些函数引用 carla::learning::GetWheelTensorOutput().

◆ wheel_torque_z

float carla::learning::WheelOutput::wheel_torque_z = 0

在文件 pytorch.h49 行定义.

被这些函数引用 carla::learning::GetWheelTensorOutput().


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