CARLA
Public Attributes | List of all members
carla::learning::Inputs Struct Reference

#include <pytorch.h>

+ Collaboration diagram for carla::learning::Inputs:

Public Attributes

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

Detailed Description

Definition at line 29 of file pytorch.h.

Member Data Documentation

◆ braking

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

Definition at line 37 of file pytorch.h.

◆ steering

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

Definition at line 35 of file pytorch.h.

◆ terrain_type

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

Definition at line 38 of file pytorch.h.

◆ throttle

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

Definition at line 36 of file pytorch.h.

◆ verbose

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

Definition at line 39 of file pytorch.h.

◆ wheel0

WheelInput carla::learning::Inputs::wheel0

Definition at line 31 of file pytorch.h.

◆ wheel1

WheelInput carla::learning::Inputs::wheel1

Definition at line 32 of file pytorch.h.

◆ wheel2

WheelInput carla::learning::Inputs::wheel2

Definition at line 33 of file pytorch.h.

◆ wheel3

WheelInput carla::learning::Inputs::wheel3

Definition at line 34 of file pytorch.h.


The documentation for this struct was generated from the following file: