You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

run.sh 289 B

123456789101112
  1. python3 -m venv .env
  2. . $(pwd)/.env/bin/activate
  3. # Dev dependencies
  4. pip install maturin
  5. cd ../../apis/python/node
  6. maturin develop
  7. cd ../../../examples/python-dataflow
  8. # Dependencies
  9. pip install -r requirements.txt
  10. cargo run -p dora-coordinator --release -- run dataflow_without_webcam.yml

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl