Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

oxkitsune
Copy link
Member

@oxkitsune oxkitsune commented Sep 3, 2025

Related

What

Both loader_archetype and loader_urdf now honor entity_path_prefix when it is set. The LeRobot and MCAP loaders do not, since their entity paths directly reflect the structure of the data being loaded.

2025-09-03_10-37-13@2x

@oxkitsune oxkitsune added 📺 re_viewer affects re_viewer itself include in changelog 🪵 Log & send APIs Affects the user-facing API for all languages labels Sep 3, 2025
Copy link

github-actions bot commented Sep 3, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
abe25eb https://rerun.io/viewer/pr/11085 +nightly +main

Note: This comment is updated whenever you push a commit.

Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

lgtm!

);

// Windows paths
#[cfg(target_os = "windows")]
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't those paths also work when not building for windows?

Copy link
Member Author

Choose a reason for hiding this comment

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

No they do not 🫠
For unix targets it freaks out at the \ instead of / and turns it into a path component.

@oxkitsune oxkitsune merged commit 0a19b60 into main Sep 3, 2025
40 checks passed
@oxkitsune oxkitsune deleted the gijs/entity-path-prefix branch September 3, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog 🪵 Log & send APIs Affects the user-facing API for all languages 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal Dataloaders don't take entity_path_prefix into account
2 participants