CARLA
Classes | Functions
carla::learning Namespace Reference

Classes

struct  Inputs
 
class  NeuralModel
 
struct  NeuralModelImpl
 
struct  Outputs
 
struct  WheelInput
 
struct  WheelOutput
 

Functions

torch::jit::IValue GetWheelTensorInputs (WheelInput &wheel)
 
WheelOutput GetWheelTensorOutput (const at::Tensor &particle_forces, const at::Tensor &wheel_forces)
 
WheelOutput GetWheelTensorOutputDynamic (const at::Tensor &particle_forces, const at::Tensor &wheel_forces)
 
void test_learning ()
 

Function Documentation

◆ GetWheelTensorInputs()

torch::jit::IValue carla::learning::GetWheelTensorInputs ( WheelInput wheel)

◆ GetWheelTensorOutput()

WheelOutput carla::learning::GetWheelTensorOutput ( const at::Tensor &  particle_forces,
const at::Tensor &  wheel_forces 
)

◆ GetWheelTensorOutputDynamic()

WheelOutput carla::learning::GetWheelTensorOutputDynamic ( const at::Tensor &  particle_forces,
const at::Tensor &  wheel_forces 
)

Definition at line 93 of file pytorch.cpp.

References carla::learning::WheelOutput::_particle_forces, carla::learning::WheelOutput::wheel_forces_x, carla::learning::WheelOutput::wheel_forces_y, and carla::learning::WheelOutput::wheel_forces_z.

Referenced by carla::learning::NeuralModel::ForwardDynamic().

+ Here is the caller graph for this function:

◆ test_learning()

void carla::learning::test_learning ( )

Definition at line 27 of file pytorch.cpp.

Referenced by FSparseHighDetailMap::SaveMap().

+ Here is the caller graph for this function: