Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/advrhumanoids/multidof_recipes

Collection of forest recipes for multidof's software
https://github.com/advrhumanoids/multidof_recipes

Last synced: 2 days 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 [email protected]:ADVRHumanoids/multidof_recipes.git --tag master
forest -j 4
```

*Note #1* to enable the *xeno flags*, you can use the command `forest -m xeno -j 4`

*Note #2* to enable the xacro generation for robot repositories, you can use the command `forest -m xacro_gen -j 4`