Implementation of hydroelastic contact surfaces as a mujoco plugin. This plugin can be used with https://github.com/ubi-agni/mujoco_ros_pkgs.
# Download and extract Drake
cd <folder to install drake into>
curl -SL https://github.com/RobotLocomotion/drake/releases/download/v1.8.0/drake-20220919-focal.tar.gz | tar -xz
export drake_DIR=$PWD/drake # Tell cmake where to find Drake
sudo drake/share/drake/setup/install_prereqs # Install Drake dependencies
For more information refer to:
- https://drake.mit.edu/
- Hydroelastic Contact in Drake Blog Post
- https://arxiv.org/pdf/1904.11433.pdf
- https://arxiv.org/pdf/2110.04157.pdf
This plugin can also be used to simulate tactile sensor arrays like the Myrmex sensor.