We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opened_application/recording_id
I tried to log data using an external data loader, with log_file_from_path and I got en error.
log_file_from_path
So I tried to test the loader for rust files (https://github.com/rerun-io/rerun/tree/main/examples/rust/external_data_loader) and I got the same error :
ERROR re_data_loader::loader_external] Failed to execute external loader filepath="file.rs" loader="rerun/target/release/rerun-loader-rust-file" reason=Unrecognized argument: --opened-application-id
With this code :
rec = rr.new_recording(application_id="My window", recording_id="My rec", spawn=True) rr.log_file_from_path(file_path="file.rs", recording=rec.to_native())
So I add opened_application_id and opened_recording_id to
opened_application_id
opened_recording_id
rerun/examples/rust/external_data_loader/src/main.rs
Line 28 in 1ad3042
Now this works.
The text was updated successfully, but these errors were encountered:
I put another external data loader that doesn't work here, to be sure to test it when the bug will be fixed.
https://github.com/rerun-io/rerun-loader-python-example-urdf
Sorry, something went wrong.
Thanks!
teh-cmc
Successfully merging a pull request may close this issue.
I tried to log data using an external data loader, with
log_file_from_path
and I got en error.So I tried to test the loader for rust files (https://github.com/rerun-io/rerun/tree/main/examples/rust/external_data_loader) and I got the same error :
With this code :
So I add
opened_application_id
andopened_recording_id
torerun/examples/rust/external_data_loader/src/main.rs
Line 28 in 1ad3042
Now this works.
The text was updated successfully, but these errors were encountered: