Skip to content

My understanding of Russ Tedrake's course on umderacuated robotics, implemented in MuJoCo

License

Notifications You must be signed in to change notification settings

atabakd/MuJoCo-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuJoCo-Tutorials

Continuousy updated in my blog based on my progress on the 2018/9 edition of underactuated robotics course. You need to place your licence file mjkey.txt in the root of the repository and copy *.so.* files and libglfw3.afrom bin of MuJoCo 2.0 folder to libraries.

Then, assuming you are in the root of the repository and $MJPRO is your path to the downloaded MuJoCo folder:

$ mkdir libraries && cp $MJPRO/bin/*.so* libraries/ && cp $MJPRO/bin/libglfw3.a libraries/
$ mkdir build && cd $_
$ cmake .. && make
$ cd src/0_preliminaries
$ ./pd

If you see this, we are good 😉

N|Solid

About

My understanding of Russ Tedrake's course on umderacuated robotics, implemented in MuJoCo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published