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

#include <pytorch.h>

+ Collaboration diagram for carla::learning::WheelInput:

Public Attributes

int num_particles = 0
 
float * particles_positions
 
float * particles_velocities
 
float * wheel_angular_velocity
 
float * wheel_linear_velocity
 
float * wheel_oritentation
 
float * wheel_positions
 

Detailed Description

Definition at line 18 of file pytorch.h.

Member Data Documentation

◆ num_particles

int carla::learning::WheelInput::num_particles = 0

◆ particles_positions

float* carla::learning::WheelInput::particles_positions

◆ particles_velocities

float* carla::learning::WheelInput::particles_velocities

◆ wheel_angular_velocity

float* carla::learning::WheelInput::wheel_angular_velocity

◆ wheel_linear_velocity

float* carla::learning::WheelInput::wheel_linear_velocity

◆ wheel_oritentation

float* carla::learning::WheelInput::wheel_oritentation

◆ wheel_positions

float* carla::learning::WheelInput::wheel_positions

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