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

Extend C++ API to allow to pass rbl file for spawning Visualizier #6016

Closed
rgolovanov opened this issue Apr 17, 2024 · 1 comment
Closed
Labels
🌊 C++ API C/C++ API specific enhancement New feature or request user-request This is a pressing issue for one of our users
Milestone

Comments

@rgolovanov
Copy link
Contributor

0.15.0 Viewer supports rbl files but it requires to manually load rbl to Visualizer when it is opened.

Would be better to extend API to allow pass RBL file in spawn at logger side (rr_spawn_options)

@rgolovanov rgolovanov added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 17, 2024
@Wumpf Wumpf added 🌊 C++ API C/C++ API specific user-request This is a pressing issue for one of our users and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Apr 17, 2024
@Wumpf Wumpf added this to the Triage milestone Apr 17, 2024
@teh-cmc
Copy link
Member

teh-cmc commented Oct 20, 2024

This can be done in all languages by first spawning a viewer and then logging the blueprint as a file.

E.g. (pseudo-code):

rr.spawn()
rr.log_file_from_path("my_blueprint.rrd)

@teh-cmc teh-cmc closed this as completed Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C/C++ API specific enhancement New feature or request user-request This is a pressing issue for one of our users
Projects
None yet
Development

No branches or pull requests

3 participants