6 #define _GLIBCXX_USE_CXX11_ABI 0 16 struct NeuralModelImpl;
44 float wheel_forces_x = 0;
45 float wheel_forces_y = 0;
46 float wheel_forces_z = 0;
47 float wheel_torque_x = 0;
48 float wheel_torque_y = 0;
49 float wheel_torque_z = 0;
65 void LoadModel(
char* filename,
int device);
67 void SetInputs(
Inputs input);
69 void ForwardDynamic();
70 void ForwardCUDATensors();
76 std::unique_ptr<NeuralModelImpl>
Model;
std::unique_ptr< NeuralModelImpl > Model
std::vector< float > _particle_forces
This file contains definitions of common data structures used in traffic manager. ...