This repo will contain all application related to dora-rs powered robots.
If you want to add your own robot, please follow the instructions below:
- Create a new folder in the
robots
directory with the name of your robot. - Add a
README.md
file with the following structure:
# Dora pipeline Robots
Your robot description here.
## Assembling
Your robot assembling instructions here.
## Installations
Your robot installation instructions here.
## Configuring
Your robot configuration instructions here.
## Recording
Your robot recording instructions here.
## Examples
Your robot examples here.
- Create a
ASSEMBLING.md
,INSTALLATION.md
,CONFIGURING.md
,RECORDING.md
, andEXAMPLES.md
files with the instructions for assembling, installing, configuring, recording, and examples for your robot. - Add a
graphs
folder with the graph files for your robot. - Add a
requirements.txt
file with the required Python packages for your robot (link requirements of all nodes that you use from node-hub). - Add a
nodes
folder with the specific nodes for your robot. - Add a
configure.py
file to configure your robot.
Note: You can use the alexk-lcr
robot as a reference.
This library is licensed under the Apache License 2.0.