MuJoCo-Tutorials
MuJoCo-Tutorials copied to clipboard
My understanding of Russ Tedrake's course on umderacuated robotics, implemented in MuJoCo
Results
1
MuJoCo-Tutorials issues
Sort by
recently updated
recently updated
newest added
Hi! After the command `cmake .. && make`, the first time I got first this error: ``` CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY) Call...