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!
I am using v0.5 on Ubuntu 22, built and installed from source. I am running this through matlab and all is well but I am getting a segfault following the quickstart example. The only error I can see is this in terminal, and it seems to happen on calling optimal_laptime function.
[C++ exception] -> std::bad_cast
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Aborted (core dumped)
The whole program I am running is just this (quickstart code):
Hi,
I am using v0.5 on Ubuntu 22, built and installed from source. I am running this through matlab and all is well but I am getting a segfault following the quickstart example. The only error I can see is this in terminal, and it seems to happen on calling optimal_laptime function.
The whole program I am running is just this (quickstart code):
Should note this terminal output is from simply running this using python (3.10) and not the matlab api.
Have you seen this or know what might cause this? Thanks