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

Read Timestamps from PLY #428

Merged
merged 16 commits into from
Jan 24, 2025
Merged

Read Timestamps from PLY #428

merged 16 commits into from
Jan 24, 2025

Conversation

tizianoGuadagnino
Copy link
Collaborator

Motivation

Finally, I wanted to handle #176, which has been pending since the beginning of time; this PR allows us to read timestamps from a PLY using the open3d tensor API. I use the same predefined fields that we use for ROS message stamping, hoping that this covers 90% of the scenarios. This is now directly incorporated into the generic dataloader for transparent usage from the user side.

@benemer and I have already tested this on car data recorded here in the lab, and it looks good.

@benemer benemer added the python label Jan 24, 2025
Copy link
Member

@benemer benemer left a comment

Choose a reason for hiding this comment

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

Looks good to me. I am not super happy with the ReadOpen3d class inside a class, but I can't come up with a better idea now. Let's move forward :)

@tizianoGuadagnino tizianoGuadagnino merged commit 1ef570b into main Jan 24, 2025
21 checks passed
@tizianoGuadagnino tizianoGuadagnino deleted the tiziano/time_in_ply branch January 24, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to read timestamps from pcd/ply files
2 participants