Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| src | 5 months ago | |
| Cargo.toml | 6 months ago | |
| README.md | 1 year ago | |
| pyproject.toml | 7 months ago | |
dora visualization using rerun
This nodes is still experimental and format for passing Images, Bounding boxes, and text are probably going to change in the future.
pip install dora-rerun
- id: plot
build: pip install dora-rerun
path: dora-rerun
inputs:
image:
source: camera/image
queue_size: 1
text_qwenvl: dora-qwenvl/text
text_whisper: dora-distil-whisper/text
env:
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
README: |
# Visualization
RERUN_MEMORY_LIMIT: 25%
pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git
Make sure to name the dataflow as follows:
- id: rerun
path: dora-rerun
inputs:
jointstate_<ENTITY_NAME>: <ENTITY_NAME>/jointstate
env:
<ENTITY_NAME>_urdf: /path/to/<ENTITY_NAME>.urdf
<ENTITY_NAME>_transform: 0 0.3 0
[!IMPORTANT]
Make sure that the urdf file name correspond to your dataflow object name otherwise, it will not be able to link to the corresponding entity.
[!WARNING]
Please make sure to review the following gotchas:
- Filename included in URDF are going to be relative to your dataflow working directory instead of the URDF path: https://github.com/rerun-io/rerun-loader-python-example-urdf/issues/13
- URDF loader is not on pip and so you need to install it yourself https://github.com/rerun-io/rerun-loader-python-example-urdf/issues/12
- There is no warning if a file is not logged properly. https://github.com/rerun-io/rerun-loader-python-example-urdf/pull/14
- There is no transparent color in rerun. https://github.com/rerun-io/rerun/issues/1611
The code and model weights are released under the MIT License.
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