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

◆ steering

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

◆ terrain_type

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

◆ throttle

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

◆ verbose

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

◆ wheel0

WheelInput carla::learning::Inputs::wheel0

◆ wheel1

WheelInput carla::learning::Inputs::wheel1

◆ wheel2

WheelInput carla::learning::Inputs::wheel2

◆ wheel3

WheelInput carla::learning::Inputs::wheel3

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