`dora` goal is to be a low latency, composable, and distributed data flow.
Project description
dora-rerun
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.
Getting Started
cargo install --force rerun-cli@0.15.1
## To install this package
git clone git@github.com:dora-rs/dora.git
cargo install --git https://github.com/dora-rs/dora dora-rerun
Adding to existing graph:
- id: rerun
custom:
source: dora-rerun
inputs:
image: webcam/image
text: webcam/text
boxes2d: object_detection/bbox
envs:
RERUN_MEMORY_LIMIT: 25%
Input definition
- image: UInt8Array + metadata { "width": int, "height": int, "encoding": str }
- boxes2D: StructArray + metadata { "format": str }
- text: StringArray
- jointstate: Float32Array
(Experimental) For plotting 3D URDF
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
Configurations
- RERUN_MEMORY_LIMIT: Rerun memory limit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dora_rerun-0.3.7rc2.tar.gz
.
File metadata
- Download URL: dora_rerun-0.3.7rc2.tar.gz
- Upload date:
- Size: 116.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb6f343cfb59431939afdd2f7fc7aa276ec2f7d6ca6e95c817fef2163d350a76 |
|
MD5 | 389f6afa9f7d315752562f82bba5b7bf |
|
BLAKE2b-256 | d77d44613b2b6cf2223d4e4073f84ecf177b7141f9b80e6df0c4660322dcbdd0 |
File details
Details for the file dora_rerun-0.3.7rc2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl
.
File metadata
- Download URL: dora_rerun-0.3.7rc2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- Upload date:
- Size: 4.5 kB
- Tags: CPython 3.7+, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 889d41799d88a647577c70164b0f8048d65f9318a08d6c2ef6642440b37d07d4 |
|
MD5 | 643662a5254893c3b5bf11ccd14aa06c |
|
BLAKE2b-256 | aba1e349e4f86692f5565422d97fe65c2ec9d1ea8765389eb5181eccbe2a08b9 |