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

Account for multiple timestamp datatypes for PointCloud2 messages #169

Merged
merged 8 commits into from
Jul 13, 2023

Conversation

nachovizzo
Copy link
Collaborator

@nachovizzo nachovizzo commented May 25, 2023

Create a std::variant to account for different possible types in the timestamp channel for the PointCloud2 msg.

This PR add c++20 for the ROS wrappers

@nachovizzo nachovizzo linked an issue May 25, 2023 that may be closed by this pull request
@nachovizzo nachovizzo self-assigned this May 25, 2023
@nachovizzo nachovizzo changed the title Add first draft for the fix Account for multiple timestamp datatypes for PointCloud2 messages May 25, 2023
@nachovizzo nachovizzo requested a review from benemer May 25, 2023 13:22
@nachovizzo
Copy link
Collaborator Author

@YibinWu did you have the chance to test this?

@tizianoGuadagnino
Copy link
Collaborator

Create a std::variant to account for different possible types in the timestamp channel for the PointCloud2 msg.

This PR add c++20 for the ROS wrappers

Remove the std::variant and use a templated lambdas for readability

@tizianoGuadagnino tizianoGuadagnino merged commit dbffe2e into main Jul 13, 2023
17 checks passed
@tizianoGuadagnino tizianoGuadagnino deleted the 157-points-timestamp-reading-error branch July 13, 2023 15:58
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Points timestamp reading error
2 participants