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'm a student and I'm trying to use the MuJoCo precompiled library.
Starting with version 3.2.0, mujoco deleted the Makefile files in the simulate and sample folders. Now these folders contain only the "cmake" subfolder without a CMakeLists.txt file and users cannot compile them from source. And simply copying the corresponding "CMakeLists.txt" from MuJoCo source does not work. cmake will not find mujoco as a library.
So, may I ask two questions:
Why doesn't MuJoCo distribute its cmake directory, which is located in directory lib if mujoco is installed from source?
How does MuJoCo generate its release files?
The text was updated successfully, but these errors were encountered:
Hi,
I'm a student and I'm trying to use the MuJoCo precompiled library.
Starting with version 3.2.0, mujoco deleted the Makefile files in the simulate and sample folders. Now these folders contain only the "cmake" subfolder without a CMakeLists.txt file and users cannot compile them from source. And simply copying the corresponding "CMakeLists.txt" from MuJoCo source does not work. cmake will not find mujoco as a library.
So, may I ask two questions:
cmake
directory, which is located in directorylib
if mujoco is installed from source?The text was updated successfully, but these errors were encountered: