roborecipe

Roborecipe

Abstruct

Roborecipe generate robot build instructions automatically.
See Generated html file.

framework

roborecipe is based on Ubuntu20.4 and Python3

source file reference

see xml document

usage

how to install

from PyPl (pip)

pip install roborecipe

from source

$ git clone https://github.com/eriac/roborecipe.git  
$ cd roborecipe
$ pip install ./ (add -e for develope mode)

how to use

$ roborecipe # dispaly help

get list of component with sample

$ roborecipe list -d ~/roborecipe/sample/ 
### package ###
...
### component ###
...

generate instruction with sample

$ roborecipe generate sample_project main_asm -d roborecipe/sample/ -o out

how to uninstall

pip uninstall roborecipe