You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: