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

#include <pytorch.h>

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

Public 属性

int num_particles = 0
 
float * particles_positions
 
float * particles_velocities
 
float * wheel_angular_velocity
 
float * wheel_linear_velocity
 
float * wheel_oritentation
 
float * wheel_positions
 

详细描述

在文件 pytorch.h18 行定义.

类成员变量说明

◆ num_particles

int carla::learning::WheelInput::num_particles = 0

在文件 pytorch.h20 行定义.

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

◆ particles_positions

float* carla::learning::WheelInput::particles_positions

◆ particles_velocities

float* carla::learning::WheelInput::particles_velocities

◆ wheel_angular_velocity

float* carla::learning::WheelInput::wheel_angular_velocity

◆ wheel_linear_velocity

float* carla::learning::WheelInput::wheel_linear_velocity

◆ wheel_oritentation

float* carla::learning::WheelInput::wheel_oritentation

◆ wheel_positions

float* carla::learning::WheelInput::wheel_positions

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