https://github.com/lsw9021/DexterousManipulation
Raw File
Tip revision: 11269e20e5283c3f31b6ce1ea9a4805c8bdeecac authored by Lee Seung Hwan on 07 October 2021, 05:40:43 UTC
Create LICENSE
Tip revision: 11269e2
README.md
# DexterousManipulation

This code is implementation of paper : 
Seunghwan Lee, Ri Yu, Jungnam Park, Mridul Aanjaneya, Eftychios Sifakis and Jehee Lee, 
Dexterous Manipulation and Control with Volumetric Muscles, 
ACM Transactions on Graphics (SIGGRAPH 2018), Volume 37, Issue4, August 2018, Article No. 57. 
https://dl.acm.org/citation.cfm?id=3201330

If you are interested in this implementation, please refer to the paper.

# Prerequisite


DART version 6 http://dartsim.github.io/ 

Eigen version 3

IPOPT https://projects.coin-or.org/Ipopt

Boost

As for the Projective Dynamics, I refers to the code of Tiantian Liu(http://tiantianliu.cn/).

# How to build

```console
mkdir build 
cd build
cmake ..
```

If you want to simulate without volumetric muscles, you can disable USE_MUSCLE in CMakeLists.txt(or in ccmake)

Unfortunately, I'm not managing this code anymore, but I'll be happy to answer your questions for compiling, linking, or details of implementation. Feel free to ask. 

Email : lsw9021@gmail.com
back to top