Skip to content

Commit

Permalink
[README] Add instruction about mc_mujoco configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Apr 22, 2024
1 parent b4f5314 commit 2cc7cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/McMujocoTactileSensorSytem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ MujocoTactileSensorPlugin (MuJoCo plugin) simulates the tactile sensor and publi

![McMujocoTactileSensorSytem.png](images/McMujocoTactileSensorSytem.png)

To use MujocoTactileSensorPlugin with `mc_mujoco`, the following description must be added to `${HOME}/.config/mc_rtc/mc_mujoco/mc_mujoco.yaml`:
```yaml
PluginPaths: ["<path to catkin workspace>/devel/.private/mujoco_tactile_sensor_plugin/lib"]
```
### Model and configuration files
Typical descriptions of tactile sensors in the model and configuration files are as follows:
Expand Down

0 comments on commit 2cc7cd9

Please sign in to comment.