Rerun Visualization on dora-rs #476
Replies: 2 comments 1 reply
-
And the first PR is merged! #479 :)
This first PR provides, IMO, a good first draft on interfacing dora messages with rerun objects. Essentially using rerun
Ergonomics is pretty neat as each new start and stop is spawned in the same rerun window.
Current demo example show no performance cost when coming from matplotlib. :) |
Beta Was this translation helpful? Give feedback.
-
So it seems that there is an additional 20ms latency when using rerun.io for camera video stream when compared to a barebone opencv stream, that we will have to solve. This can be a bit annoying when doing realtime teleoperation. IMG_2953.mov |
Beta Was this translation helpful? Give feedback.
-
If you never heard about rerun.io, it is an extremely impressive visualization library made by some awesome people, and we believe that it would be a great for the dora-rs community to be able to visualize data with something much more powerful than standard tooling such as
matplotlib
.There's two reasons, I think that beyond convenience, we can delivers a very performant software:
This discussion is a tracking issue. Feel free to share ideas, opinions, or just support this idea.
Demos
Tracking issues
dora-record
to support other message format to be directly readable within rerun such as:mcap
, ...Special thanks
The @rerun-io team for trusting us. Hoping that beyond code, we can foster robotics as a community, make innovation open source and free (both as in beer and as in freedom)
Beta Was this translation helpful? Give feedback.
All reactions