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
Hi everyone! When I test template_project_vehicle_cosim inside chrono, it shows in cmake that the part vehiclecosim is not found. I have tried many times but still no solution, this problem has been bothering me for a long time, what is the reason for this?
The text was updated successfully, but these errors were encountered:
The reason is listed pretty clearly in the CMake output: your Chrono build was not configured with vehicle co-simulation support.
Go back to the Chrono CMake configuration and look carefully through the messages you get there.
The co-simulation support in Chrono::Vehicle requires MPI. If an MPI installation is not found, then co-simulation support is disabled.
Once you get MPI installed, reconfigure and rebuild Chrono. Make sure you see that related demos are being built (they have names starting with demo_VEH_Cosim_. After that, you should be able to correctly configure and build template_project_vehicle_cosim.
Hi everyone! When I test template_project_vehicle_cosim inside chrono, it shows in cmake that the part vehiclecosim is not found. I have tried many times but still no solution, this problem has been bothering me for a long time, what is the reason for this?
The text was updated successfully, but these errors were encountered: