#include <pytorch.h>
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 |
std::vector<float> carla::learning::WheelOutput::_particle_forces |
Definition at line 50 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), carla::learning::GetWheelTensorOutputDynamic(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_forces_x = 0 |
Definition at line 44 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), carla::learning::GetWheelTensorOutputDynamic(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_forces_y = 0 |
Definition at line 45 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), carla::learning::GetWheelTensorOutputDynamic(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_forces_z = 0 |
Definition at line 46 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), carla::learning::GetWheelTensorOutputDynamic(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_torque_x = 0 |
Definition at line 47 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_torque_y = 0 |
Definition at line 48 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), and FSparseHighDetailMap::SaveMap().
float carla::learning::WheelOutput::wheel_torque_z = 0 |
Definition at line 49 of file pytorch.h.
Referenced by carla::learning::GetWheelTensorOutput(), and FSparseHighDetailMap::SaveMap().