Skip to main content

Search

List of Nodes already implemented by the community

🙏 Please add your Nodes

Filters

31 sites

Camera

  • 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_depth
  • PyRealsense 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
    - depth
  • 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:
    - char
  • Microphone 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

Actuator

  • Dynamixel by Enzo Levan

    Dynamixel Client

  • Feetech by Enzo Levan

    Feetech Client

Chassis

Arm

  • 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:
    - jointstate
  • Alex Koch - Low Cost Robot Client

  • Lebai - LM3 by dora

    Lebai client

Robot

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

  • InternVL by dora

    InternVL is a vision language model

  • Qwenvl by dora

    Vision Language Model

    Try it with...
    - id: dora-qwenvl
    build: pip install dora-qwenvl
    path: dora-qwenvl
    inputs:
    text: <NODE>/text
    image: <NODE>/image
    outputs:
    - text

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

  • 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: fr
  • Opus 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 helper

  • 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>/text
  • Rerun 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

Simulator

  • Carla by dora

    Carla Simulator

  • Gymnasium by dora

    Experimental OpenAI Gymnasium bridge

  • Mujoco by Enzo Levan

    Mujoco Simulator