This program is mainly coded using C++
c++11 compiler is required
- cmake
- boost (in ubuntu: sudo apt-get install libboost-all-dev)
- eigen3 (in ubuntu: sudo apt install libeigen3-dev)
- openGL (in ubuntu: sudo apt-get install freeglut3-dev)
$ mkdir build && cd build
$ cmake ..
$ make
$ ./simulation_mercury (or dracobip, valkyrie, atlas)