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

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