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

#include <pytorch.h>

+ Collaboration diagram for carla::learning::WheelOutput:

Public Attributes

std::vector< float > _particle_forces
 
float wheel_forces_x = 0
 
float wheel_forces_y = 0
 
float wheel_forces_z = 0
 
float wheel_torque_x = 0
 
float wheel_torque_y = 0
 
float wheel_torque_z = 0
 

Detailed Description

Definition at line 42 of file pytorch.h.

Member Data Documentation

◆ _particle_forces

std::vector<float> carla::learning::WheelOutput::_particle_forces

◆ wheel_forces_x

float carla::learning::WheelOutput::wheel_forces_x = 0

◆ wheel_forces_y

float carla::learning::WheelOutput::wheel_forces_y = 0

◆ wheel_forces_z

float carla::learning::WheelOutput::wheel_forces_z = 0

◆ wheel_torque_x

float carla::learning::WheelOutput::wheel_torque_x = 0

◆ wheel_torque_y

float carla::learning::WheelOutput::wheel_torque_y = 0

◆ wheel_torque_z

float carla::learning::WheelOutput::wheel_torque_z = 0

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