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

12345678910111213
  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 --upgrade pip
  10. pip install -r requirements.txt
  11. cargo run -p dora-coordinator -- --run-dataflow dataflow.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