Fastest-lap v0.2
Heavy changes to the Fastest-lap API!
- The name of the functions and the arguments have heavily changed, so please take a fresh look at the examples
- In the XML options, a variable that has systematically changed is
<save_variables>
by<output_variables>
delete_vehicle()
anddelete_track()
have been merged to a singledelete_variable()
function- New functions such as
copy_variable()
,move_variable()
,print_variable()
are available - Track data can be downloaded using
track_download_data()
- Circuit length can be downloaded using
track_download_length()
- Error messages can now be read from Windows
- Accelerations can be outputted from optimal laptime simulations using
<ax/>
and<ay/>
(units: m/s2)
These libraries were compiled in Windows 10, with microsoft visual studio 2022, and intel compilers 2022.1.0
Usage:
Download and unzip. The contents of the zip folder are:
- bin: the dynamic libraries. Fastest-lap C++ core is there. If fastest-lap is used from MATLAB, point loadlibrary() to this directory.
- include: fastestlapc.h and fastest_lap.py. To use python scripts, make sure this folder is on the PYTHONPATH
- examples: python notebook examples.
- database: car and track data