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

Redundant points for visualization #323

Closed
FengyuGuo opened this issue Apr 3, 2023 · 2 comments · Fixed by #321
Closed

Redundant points for visualization #323

FengyuGuo opened this issue Apr 3, 2023 · 2 comments · Fixed by #321
Labels
bug Something isn't working

Comments

@FengyuGuo
Copy link

modifier.resize(3 * feats.size());

should be

modifier.resize(feats.size());

@goldbattle goldbattle added the debugging Might be a bug, looking into the issue label Apr 3, 2023
@goldbattle
Copy link
Member

Does this actually have any effect on the visualization?

@FengyuGuo
Copy link
Author

A little. 2/3 of the points are published with global coordinate of 0, 0, 0. So you will see points in the global reference point.

But if points are used for further usage like occupancy grid, this will have huge effect.

@goldbattle goldbattle added bug Something isn't working and removed debugging Might be a bug, looking into the issue labels Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants