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

Accelerations are not optimal laptime outputs #26

Closed juanmanzanero closed 2 years ago

juanmanzanero commented 2 years ago

Add longitudinal/lateral accelerations to the optimal laptime outputs in the C API

juanmanzanero commented 2 years ago

Completed. Now one can use

options = "<options> <output_variables> <variables> <ax/> <ay/> </variables> </output_variables> </options>"

to get the accelerations saved and then downloaded using download_vector

CC @pierre-trott