https://github.com/advrhumanoids/multidof_recipes
Collection of forest recipes for multidof's software
https://github.com/advrhumanoids/multidof_recipes
Last synced: 3 months ago
JSON representation
Collection of forest recipes for multidof's software
- Host: GitHub
- URL: https://github.com/advrhumanoids/multidof_recipes
- Owner: ADVRHumanoids
- Created: 2021-07-28T12:20:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T17:21:22.000Z (over 1 year ago)
- Last Synced: 2025-02-24T18:27:31.805Z (over 1 year ago)
- Size: 214 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multidof_recipes
Collection of forest recipes for multidof's software
# How to use
```
[sudo] pip3 install hhcm-forest
mkdir my_workspace && cd my_workspace
forest init
source setup.bash
forest add-recipes git@github.com:ADVRHumanoids/multidof_recipes.git --tag master
forest grow -j 4
```