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 340 B

123456789101112131415
  1. set -e
  2. python3 -m venv .env
  3. . $(pwd)/.env/bin/activate
  4. # Dev dependencies
  5. pip install patchelf
  6. pip install maturin
  7. cd ../../apis/python/node
  8. maturin develop
  9. cd ../../../examples/python-dataflow
  10. # Dependencies
  11. pip install --upgrade pip
  12. pip install -r requirements.txt
  13. cargo run -p dora-daemon -- --run-dataflow 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