Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
6 months ago | |
|---|---|---|
| .github | 7 months ago | |
| apis | 6 months ago | |
| benches | 9 months ago | |
| binaries | 7 months ago | |
| docker/slim | 10 months ago | |
| docs/src | 1 year ago | |
| examples | 7 months ago | |
| libraries | 7 months ago | |
| node-hub | 7 months ago | |
| tests | 10 months ago | |
| .gitignore | 7 months ago | |
| .gitmodules | 10 months ago | |
| CONTRIBUTING.md | 10 months ago | |
| Cargo.lock | 7 months ago | |
| Cargo.toml | 7 months ago | |
| Changelog.md | 9 months ago | |
| LICENSE | 2 years ago | |
| NOTICE.md | 3 years ago | |
| README.md | 7 months ago | |
| _typos.toml | 10 months ago | |
| dist-workspace.toml | 10 months ago | |
| flake.nix | 1 year ago | |
| install.ps1 | 1 year ago | |
| install.sh | 1 year ago | |
| rust-toolchain.toml | 10 months ago | |
ros2.
Latency benchmark with Python API for both framework, sending 40M of random bytes.
llama.cpp.| dora-rs | |
|---|---|
| APIs | Python >= 3.7 including sync ⭐✅ Rust ✅ C/C++ 🆗 ROS2 >= Foxy 🆗 |
| OS | Linux: Arm 32 ⭐✅ Arm 64 ⭐✅ x64_86 ⭐✅ MacOS: Arm 64 ⭐✅ x64_86 ✅ Windows: x64_86 🆗 WSL: x64_86 🆗 Android: 🛠️ (Blocked by: https://github.com/elast0ny/shared_memory/issues/32) IOS: 🛠️ |
| Message Format | Arrow ✅ Standard Specification 🛠️ |
| Local Communication | Shared Memory ✅ Cuda IPC 📐 |
| Remote Communication | Zenoh 📐 |
| Metrics, Tracing, and Logging | Opentelemetry 📐 |
| Configuration | YAML ✅ |
| Package Manager | pip: Python Node ✅ Rust Node ✅ C/C++ Node 🛠️ cargo: Rust Node ✅ |
- ⭐ = Recommended
- ✅ = First Class Support
- 🆗 = Best Effort Support
- 📐 = Experimental and looking for contributions
- 🛠️ = Unsupported but hoped for through contributions
Everything is open for contributions 🙋
Feel free to modify this README with your own nodes so that it benefits the community.
| Type | Title | Support | Description | Downloads | License |
|---|---|---|---|---|---|
| Camera | PyOrbbeckSDK | 📐 | Image and depth from Orbbeck Camera | ||
| Camera | PyRealsense | Linux🆗 Mac🛠️ |
Image and depth from Realsense | ||
| Camera | OpenCV Video Capture | ✅ | Image stream from OpenCV Camera | ||
| Peripheral | Keyboard | ✅ | Keyboard char listener | ||
| Peripheral | Microphone | ✅ | Audio from microphone | ||
| Peripheral | PyAudio(Speaker) | ✅ | Output audio from speaker | ||
| Actuator | Feetech | 📐 | Feetech Client | ||
| Actuator | Dynamixel | 📐 | Dynamixel Client | ||
| Chassis | Agilex - UGV | 🆗 | Robomaster Client | ||
| Chassis | DJI - Robomaster S1 | 📐 | Robomaster Client | ||
| Chassis | Dora Kit Car | 🆗 | Open Source Chassis | ||
| Arm | Alex Koch - Low Cost Robot | 📐 | Alex Koch - Low Cost Robot Client | ||
| Arm | Lebai - LM3 | 📐 | Lebai client | ||
| Arm | Agilex - Piper | 🆗 | Agilex arm client | ||
| Robot | Pollen - Reachy 1 | 📐 | Reachy 1 Client | ||
| Robot | Pollen - Reachy 2 | 🆗 | Reachy 2 client | ||
| Robot | Trossen - Aloha | 📐 | Aloha client | ||
| Voice Activity Detection(VAD) | Silero VAD | ✅ | Silero Voice activity detection | ||
| Speech to Text(STT) | Whisper | ✅ | Transcribe audio to text | ||
| Object Detection | Yolov8 | ✅ | Object detection | ||
| Segmentation | SAM2 | Cuda✅ Metal🛠️ |
Segment Anything | ||
| Large Language Model(LLM) | Qwen2.5 | ✅ | Large Language Model using Qwen | ||
| Vision Language Model(VLM) | Qwen2.5-vl | ✅ | Vision Language Model using Qwen2.5 VL | ||
| Vision Language Model(VLM) | InternVL | 🆗 | InternVL is a vision language model | ||
| Vision Language Action(VLA) | RDT-1B | 🆗 | Infer policy using Robotic Diffusion Transformer | ||
| Translation | ArgosTranslate | 🆗 | Open Source translation engine | ||
| Translation | Opus MT | 🆗 | Translate text between language | ||
| Text to Speech(TTS) | Kokoro TTS | ✅ | Efficient Text to Speech | ||
| Recorder | Llama Factory Recorder | 🆗 | Record data to train LLM and VLM | ||
| Recorder | LeRobot Recorder | 📐 | LeRobot Recorder helper | ||
| Visualization | Plot | ✅ | Simple OpenCV plot visualization | ||
| Visualization | Rerun | ✅ | Visualization tool | ||
| Simulator | Mujoco | 📐 | Mujoco Simulator | ||
| Simulator | Carla | 📐 | Carla Simulator | ||
| Simulator | Gymnasium | 📐 | Experimental OpenAI Gymnasium bridge |
| Type | Title | Description | Last Commit |
|---|---|---|---|
| Audio | Speech to Text(STT) | Transform speech to text. | |
| Audio | Translation | Translate audio in real time. | |
| Vision | Vision Language Model(VLM) | Use a VLM to understand images. | |
| Vision | YOLO | Use YOLO to detect object within image. | |
| Vision | Camera | Simple webcam plot example | |
| Model Training | Piper RDT | Piper RDT Pipeline | |
| Model Training | LeRobot - Alexander Koch | Training Alexander Koch Low Cost Robot with LeRobot | |
| ROS2 | C++ ROS2 Example | Example using C++ ROS2 | |
| ROS2 | Rust ROS2 Example | Example using Rust ROS2 | |
| ROS2 | Python ROS2 Example | Example using Python ROS2 | |
| Benchmark | GPU Benchmark | GPU Benchmark of dora-rs | |
| Benchmark | CPU Benchmark | CPU Benchmark of dora-rs | |
| Tutorial | Rust Example | Example using Rust | |
| Tutorial | Python Example | Example using Python | |
| Tutorial | CMake Example | Example using CMake | |
| Tutorial | C Example | Example with C node | |
| Tutorial | CUDA Example | Example using CUDA Zero Copy | |
| Tutorial | C++ Example | Example with C++ node |
pip install dora-rs-cli
Install dora with our standalone installers, or from crates.io:
cargo install dora-cli
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dora-rs/dora/releases/latest/download/dora-cli-installer.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://github.com/dora-rs/dorareleases/latest/download/dora-cli-installer.ps1 | iex"
git clone https://github.com/dora-rs/dora.git
cd dora
cargo build --release -p dora-cli
PATH=$PATH:$(pwd)/target/release
## Create a virtual environment
uv venv --seed -p 3.11
## Install nodes dependencies of a remote graph
dora build https://raw.githubusercontent.com/dora-rs/dora/refs/heads/main/examples/object-detection/yolo.yml --uv
## Run yolo graph
dora run yolo.yml --uv
Make sure to have a webcam
To stop your dataflow, you can use ctrl+c
cat yolo.yml
nodes:
- id: camera
build: pip install opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/20
outputs:
- image
env:
CAPTURE_PATH: 0
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
- id: object-detection
build: pip install dora-yolo
path: dora-yolo
inputs:
image: camera/image
outputs:
- bbox
- id: plot
build: pip install dora-rerun
path: dora-rerun
inputs:
image: camera/image
boxes2d: object-detection/bbox
The full documentation is available on our website.
A lot of guides are available on this section of our website.
Dataflow-Oriented Robotic Architecture (dora-rs) is a framework that makes creation of robotic applications fast and simple.
dora-rs implements a declarative dataflow paradigm where tasks are split between nodes isolated as individual processes.
The dataflow paradigm has the advantage of creating an abstraction layer that makes robotic applications modular and easily configurable.
Communication between nodes is handled with shared memory on a same machine and TCP on distributed machines. Our shared memory implementation tracks messages across processes and discards them when obsolete. Shared memory slots are cached to avoid new memory allocation.
Nodes communicate with Apache Arrow Data Format.
Apache Arrow is a universal memory format for flat and hierarchical data. The Arrow memory format supports zero-copy reads for lightning-fast data access without serialization overhead. It defines a C data interface without any build-time or link-time dependency requirement, that means that dora-rs has no compilation step beyond the native compiler of your favourite language.
dora-rs uses Opentelemetry to record all your logs, metrics and traces. This means that the data and telemetry can be linked using a shared abstraction.
Opentelemetry is an open source observability standard that makes dora-rs telemetry collectable by most backends such as elasticsearch, prometheus, Datadog...
Opentelemetry is language independent, backend agnostic, and easily collect distributed data, making it perfect for dora-rs applications.
Note: this feature is marked as unstable.
import pyarrow as pa
# Configuration Boilerplate...
turtle_twist_writer = ...
## Arrow Based ROS2 Twist Message
## which does not require ROS2 import
message = pa.array([{
"linear": {
"x": 1,
},
"angular": {
"z": 1
},
}])
turtle_twist_writer.publish(message)
You might want to use ChatGPT to write the Arrow Formatting: https://chat.openai.com/share/4eec1c6d-dbd2-46dc-b6cd-310d2895ba15
We are passionate about supporting contributors of all levels of experience and would love to see
you get involved in the project. See the
contributing guide to get started.
Our main communication channels are:
Feel free to reach out on any topic, issues or ideas.
We also have a contributing guide.
This project is licensed under Apache-2.0. Check out NOTICE.md for more information.
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
Rust Python TOML Markdown C other