Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding dora-rerun as a visualization tool #479

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Adding dora-rerun as a visualization tool #479

merged 6 commits into from
Apr 22, 2024

Conversation

haixuanTao
Copy link
Collaborator

@haixuanTao haixuanTao commented Apr 19, 2024

This commit add an initial dora-rerun extension for visualization of run using rerun.

This is still experimental and will be improved in the future.

Getting started

I also added an example that we can try out by:

cd examples/rerun-viewer
# cargo install --git https://github.com/dora-rs/dora dora-rerun
cargo build -p dora-rerun --release # Add to path
dora up
dora start dataflow.yml --attach

You might need to install rerun viewer with

cargo install --force [email protected]
202404191759.mp4

Features

  • Created a new folder for our tool nodes.
  • Added a rerun nodes to help people get started with it
  • Implement Image, Boxes2D and textlog input receiver for dora-rerun

Future PR

  • 3D objects such as: LIDAR Pointclouds, 3D Pose, ...
  • Add multithreading for faster visualization in context of high IO traffic

This commit add an initial dora-rerun extension for visualization of run
using rerun.

This is still experimental and will be improved in the future.

I also added an example that we can try out by:

```bash
cd examples/rerun-viewer
dora start dataflow.yml --attach
```

You might need to install rerun viewer with
```bash
cargo install --force [email protected]
```
Copy link
Collaborator

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@haixuanTao haixuanTao enabled auto-merge April 22, 2024 09:41
@haixuanTao haixuanTao merged commit 8e1e121 into main Apr 22, 2024
16 of 17 checks passed
@haixuanTao haixuanTao deleted the rerun-viewer branch April 22, 2024 10:04
@haixuanTao haixuanTao mentioned this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants