Skip to content

Commit

Permalink
[README] Add comment about motion configuration setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka authored Aug 2, 2024
1 parent 1e946ea commit 1941b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ $ mkdir -p ~/.config/mc_rtc/controllers
$ cp ~/ros/ws_bwc/src/isri-aist/BaselineWalkingController/etc/mc_rtc.yaml ~/.config/mc_rtc/mc_rtc.yaml
```

5. Setup motion configuration file (optional)
```bash
$ roscd baseline_walking_controller
$ cd .github/workflows
$ python ./scripts/mergeConfigs.py ./config/PreviewControlZmp.yaml ./config/OpenLoopMpc.yaml ./config/WalkingOnPlane.yaml > ~/.config/mc_rtc/controllers/BaselineWalkingController.yaml
```

### Simulator installation
```bash
$ sudo apt-get install mc-state-observation jvrc-choreonoid
Expand Down

0 comments on commit 1941b66

Please sign in to comment.