An open API service indexing awesome lists of open source software.

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

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
```