Search
List of Nodes already implemented by the community
🙏 Please add your NodesFilters
31 sitesCamera
PyOrbbeckSDK by dora
Image and depth from Orbbeck Camera
Try it with...
- id: dora-pyorbbecksdk
build: pip install dora-pyorbbecksdk
path: dora-pyorbbecksdk
inputs:
tick: dora/timer/millis/50
outputs:
- image
- depth
- image_depthPyRealsense by dora
Image and depth from Realsense
Try it with...
- id: dora-pyrealsense
build: pip install dora-pyrealsense
path: dora-pyrealsense
inputs:
tick: dora/timer/millis/50
outputs:
- image
- depthVideo Capture by dora
Image stream from Camera
Try it with...
- id: opencv-video-capture
build: pip install opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/50
outputs:
- image
Peripheral
Keyboard by dora
Keyboard char listener
Try it with...
- id: dora-keyboard
build: pip install dora-keyboard
path: dora-keyboard
inputs:
tick: dora/timer/millis/1000
outputs:
- charMicrophone by dora
Audio from microphone
Try it with...
- id: dora-microphone
build: pip install dora-microphone
path: dora-microphone
inputs:
tick: dora/timer/millis/50
outputs:
- audio
Chassis
Agilex - UGV by dora
Robomaster Client
DJI - Robomaster S1 by dora
Robomaster Client
Dora Kit Car by dora
Open Source Chassis
Arm
Agilex - Piper by dora
Agilex arm client
Try it with...
- id: dora-piper
build: pip install dora-piper
path: dora-piper
inputs:
tick: dora/timer/millis/20
joint_action: <NODE>/jointstate
outputs:
- jointstateAlex Koch - Low Cost Robot by dora
Alex Koch - Low Cost Robot Client
Lebai - LM3 by dora
Lebai client
Robot
Pollen - Reachy 1 by dora
Reachy 1 Client
Try it with...
- id: dora-reachy1
build: pip install dora-reachy1
path: dora-reachy1Pollen - Reachy 2 by dora
Reachy 2 client
Trossen - Aloha by dora
Aloha client
Voice Activity Detection
Silero VAD by dora
Silero Voice activity detection
Try it with...
- id: dora-vad
build: pip install dora-vad
path: dora-vad
inputs:
tick: <NODE>/audio
outputs:
- audio
Speech to Text
Whisper by dora
Transcribe audio to text
Try it with...
- id: dora-distil-whisper
build: pip install dora-distil-whisper
path: dora-distil-whisper
inputs:
tick: <NODE>/audio
outputs:
- text
Object Detection
Yolov8 by dora
Object detection
Try it with...
- id: dora-yolo
build: pip install dora-yolo
path: dora-yolo
inputs:
image: <NODE>/image
outputs:
- bbox
Vision Language Model
Vision Language Action
RDT-1B by dora
Infer policy using Robotic Diffusion Transformer
Try it with...
- id: dora-rdt-1b
build: pip install dora-rdt-1b
path: dora-rdt-1b
inputs:
image: <NODE>/image
jointstate: <NODE>/jointstate
outputs:
- action
Translation
ArgosTranslate by dora
Open Source translation engine
Try it with...
- id: dora-argotranslate
build: pip install dora-argotranslate
path: dora-argotranslate
inputs:
text: <NODE>/text
outputs:
- text
env:
SOURCE_LANGUAGE: en
TARGET_LANGUAGE: frOpus MT by dora
Translate text between language
Try it with...
- id: dora-opus
build: pip install dora-opus
path: dora-opus
inputs:
text: <NODE>/text
outputs:
- text
env:
SOURCE_LANGUAGE: en
TARGET_LANGUAGE: fr
Recorder
LeRobot Recorder by dora
LeRobot Recorder helper
Llama Factory Recorder by dora
Record data to train LLM and VLM
Try it with...
- id: llama-factory-recorder
build: pip install llama-factory-recorder
path: llama-factory-recorder
inputs:
image: <NODE>/image
text: <NODE>/text
ground_truth: <NODE>/text
outputs:
- text
Visualization
Plot by dora
Simple OpenCV plot visualization
Try it with...
- id: opencv-plot
build: pip install opencv-plot
path: opencv-plot
inputs:
image: <NODE>/image
text: <NODE>/textRerun by dora
Visualization tool
Try it with...
- id: dora-rerun
build: pip install dora-rerun
path: dora-rerun
inputs:
image: <NODE>/image
text: <NODE>/text