Browse Source

Small fix

tags/v0.3.7rc1
haixuanTao 1 year ago
parent
commit
6cb643fb5b
3 changed files with 1021 additions and 481 deletions
  1. +1012
    -480
      Cargo.lock
  2. +1
    -1
      node-hub/dora-rerun/Cargo.toml
  3. +8
    -0
      node-hub/dora-rerun/README.md

+ 1012
- 480
Cargo.lock
File diff suppressed because it is too large
View File


+ 1
- 1
node-hub/dora-rerun/Cargo.toml View File

@@ -29,4 +29,4 @@ pyo3 = { workspace = true, features = [
[lib]
name = "dora_rerun"
path = "src/lib.rs"
crate-type = ["rlib", "cdylib"]
crate-type = ["lib", "cdylib"]

+ 8
- 0
node-hub/dora-rerun/README.md View File

@@ -56,6 +56,14 @@ Make sure to name the dataflow as follows:
> [!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

Loading…
Cancel
Save