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

#include <pytorch.h>

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

Public 属性

float braking = 0
 
float steering = 0
 
int terrain_type = 0
 
float throttle = 0
 
bool verbose = false
 
WheelInput wheel0
 
WheelInput wheel1
 
WheelInput wheel2
 
WheelInput wheel3
 

详细描述

在文件 pytorch.h29 行定义.

类成员变量说明

◆ braking

float carla::learning::Inputs::braking = 0

在文件 pytorch.h37 行定义.

◆ steering

float carla::learning::Inputs::steering = 0

在文件 pytorch.h35 行定义.

◆ terrain_type

int carla::learning::Inputs::terrain_type = 0

在文件 pytorch.h38 行定义.

◆ throttle

float carla::learning::Inputs::throttle = 0

在文件 pytorch.h36 行定义.

◆ verbose

bool carla::learning::Inputs::verbose = false

在文件 pytorch.h39 行定义.

◆ wheel0

WheelInput carla::learning::Inputs::wheel0

在文件 pytorch.h31 行定义.

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

◆ wheel1

WheelInput carla::learning::Inputs::wheel1

在文件 pytorch.h32 行定义.

◆ wheel2

WheelInput carla::learning::Inputs::wheel2

在文件 pytorch.h33 行定义.

◆ wheel3

WheelInput carla::learning::Inputs::wheel3

在文件 pytorch.h34 行定义.


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