Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
9 months ago | |
|---|---|---|
| .. | ||
| lerobot_dashboard | 10 months ago | |
| tests | 10 months ago | |
| README.md | 10 months ago | |
| pyproject.toml | 9 months ago | |
| uv.lock | 10 months ago | |
Simple Interface that uses Pygame to display images and texts. It also manages keyboard events.
This simple interface can only display two images of the same size side by side and a text in the middle bottom of the
screen.
nodes:
- id: lerobot_record
path: record.py # modify this to the relative path from the graph file to the client script
inputs:
tick: dora/timer/millis/16 # update the interface every 16ms (= 60fps)
# image_left: some image from other node
# image_right: some image from other node
outputs:
- text
- episode
- failed
- end # end signal that can be sent to other nodes (sent when the window is closed)
env:
WINDOW_WIDTH: 1280 # window width (default is 640)
WINDOW_HEIGHT: 1080 # window height (default is 480)
text : Array containing 1 element, the text in Arrow format.episode : Array containing 1 element, the episode number in Arrow format (or -1, marks episode end).failed : Array containing 1 element, the episode number failed in Arrow format.end : Array containing 1 empty element, indicates the end of recording to the dataflow.This library is licensed under the Apache License 2.0.
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