文件最后提交记录最后更新时间
5 个月前
9 个月前
5 个月前
9 个月前
11 个月前
9 个月前
9 个月前
5 个月前
9 个月前
5 个月前
5 个月前
5 个月前
11 个月前
5 个月前
5 个月前
5 个月前
11 个月前
9 个月前
5 个月前
5 个月前
11 个月前
11 个月前
9 个月前
7 个月前
9 个月前
9 个月前
7 个月前
5 个月前
9 个月前
9 个月前
9 个月前
9 个月前
7 个月前
5 个月前
5 个月前
5 个月前
5 个月前
5 个月前
5 个月前
11 个月前
5 个月前
5 个月前
5 个月前
README.md

Dora Examples

This directory contains example projects demonstrating various dora-rs capabilities.

Getting Started

Each example includes its own README with specific instructions. The general pattern is:

cd examples/<example-name>
dora build dataflow.yml
dora up
dora start dataflow.yml

Available Examples

Computer Vision

Example Description
camera Basic webcam capture and display
depth_camera Depth camera integration
mediapipe Human pose detection using MediaPipe
object-detection Object detection pipeline
rerun-viewer Visualization with Rerun
tracker Object tracking
vggt Visual grounding and tracking

AI/ML

Example Description
llm Large Language Model integration
vlm Vision-Language Model integration
translation Translation pipeline

Speech

Example Description
speech-to-speech End-to-end speech pipeline
speech-to-text Speech recognition

Language Integrations

Example Description
python-dataflow Python-based dataflow
python-async Async Python nodes
python-multi-env Multiple Python environments
pyarrow-test PyArrow data handling
rust-dataflow Rust-based dataflow
rust-dataflow-git Rust nodes from Git
rust-dataflow-url Rust nodes from URL
c-dataflow C language integration
cxx-dataflow C++ dataflow
cxx-arrow-dataflow C++ with Arrow
cmake-dataflow CMake-based build

ROS2 Integration

Example Description
python-ros2-dataflow Python ROS2 integration
rust-ros2-dataflow Rust ROS2 integration
cxx-ros2-dataflow C++ ROS2 integration
customed-ros2-dataflow Custom ROS2 messages

Zenoh

Example Description
python-zenoh-dataflow Python Zenoh integration
rust-zenoh-dataflow Rust Zenoh integration
python-distributed-zenoh Distributed Zenoh

Robotics

Example Description
lebai Lebai robot integration
mujoco-sim MuJoCo simulation

Other

Example Description
av1-encoding AV1 video encoding
cuda-benchmark CUDA performance testing
echo Simple echo node
keyboard Keyboard input handling
multiple-daemons Multiple daemon setup
openai-server OpenAI API server

Requirements

  • dora-rs (pip install dora-rs)
  • Python 3.8+ (for Python examples)
  • Rust toolchain (for Rust examples)
  • Additional dependencies as specified in each example's README