Skip to content

Code repository for our paper SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes

Notifications You must be signed in to change notification settings

damianliumin/SoftMAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftMAC

Implemetation for our paper "SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes" (in submission).

[website] [arXiv]

Installation

Soft-rigid and soft-cloth coupling are implemented separately. The underlying cloth simulator DiffClothAI is not open-source yet, but we provide our code for soft-cloth coupling under soft_cloth. Soft-rigid coupling is already supported in this repository. Please follow the instructions:

Step 1: Create conda environment (recommended)

conda create -n softmac python=3.8
conda activate softmac

Step 2: Install Jade

Jade is the underlying articulated rigid body simulator. You can find it here.

Step 3: Install SoftMAC

pip install -r requirements.txt
pip install -e .

Demos

We optimize the action sequences with SoftMAC for each task.

Demo 1: Pour wine

python3 demo_pour.py

Pour wine gif

Demo 2: Squeeze plasticine

python3 demo_grip.py

Squeeze plasticine gif

Demo 3: Pull door

python3 demo_door.py

Pull door gif

Demo 4: Make taco

# run under ./soft_cloth
python3 demo_taco.py

Make taco gif

Demo 5: Push towel

# run under ./soft_cloth
python3 demo_hit.py

Make taco gif

Update

[2024.1] Add support for velocity control and an example softmac/demo_pour_vel.py. You can activate this mode by setting rigid_velocity_control=True in the configuration file.

Note

Feel free to contact me at minliu2@cs.cmu.edu or create a Github issue if you have questions regarding setting up the repository, running examples or adding new examples.

Citation

If you find our work useful, please consider citing:

@article{liu2023softmac,
  title={SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes},
  author={Liu, Min and Yang, Gang and Luo, Siyuan and Yu, Chen and Shao, Lin},
  journal={arXiv preprint arXiv:2312.03297},
  year={2023}
}

About

Code repository for our paper SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages