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

1234567891011
  1. set -e
  2. python3 -m venv .env
  3. . $(pwd)/.env/bin/activate
  4. # Dependencies
  5. pip install --upgrade pip
  6. pip install -r requirements.txt
  7. maturin develop -m ../../apis/python/node/Cargo.toml
  8. cargo run -p dora-daemon -- --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