juanmanzanero / fastest-lap

Fastest-lap is a vehicle dynamics simulator. It can be used to understand vehicle dynamics, to learn about driving techniques, to design car prototypes, or just for fun!
MIT License
575 stars 43 forks source link

Optimal_laptime outputs #18

Closed pierre-trott closed 2 years ago

pierre-trott commented 2 years ago

I am using the example code to run an optimal_laptime simulation. I see how the outputs are defined through the options and then the values are retrieved through: fastest_lap.download_vector("run/output_value")

Is there a place where I can find all the possible outputs from the simulation? Inside a C++ file perhaps? I guess this will be available in the documentation in the future. If they are available, I am particularly interested in:

I see you have some of these details in the videos so I'm guessing it is somewhere.

Thanks in advance!