#include <pytorch.h>
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 |
float carla::learning::Inputs::braking = 0 |
float carla::learning::Inputs::steering = 0 |
int carla::learning::Inputs::terrain_type = 0 |
float carla::learning::Inputs::throttle = 0 |
bool carla::learning::Inputs::verbose = false |
WheelInput carla::learning::Inputs::wheel0 |
WheelInput carla::learning::Inputs::wheel1 |
WheelInput carla::learning::Inputs::wheel2 |
WheelInput carla::learning::Inputs::wheel3 |