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

Color point cloud type maybe has wrong #17

Open
yuetin opened this issue Nov 22, 2023 · 0 comments
Open

Color point cloud type maybe has wrong #17

yuetin opened this issue Nov 22, 2023 · 0 comments

Comments

@yuetin
Copy link

yuetin commented Nov 22, 2023

cloud_msg_.point_step = addPointField(cloud_msg_, format_str, 1, sensor_msgs::PointField::FLOAT32,
static_cast<int>(cloud_msg_.point_step));

I think here should be UINT32
cloud_msg_.point_step = addPointField(cloud_msg_, format_str, 1, sensor_msgs::PointField::UINT32, static_cast<int>(cloud_msg_.point_step));

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

No branches or pull requests

1 participant