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

Fix point cloud bounds #1656

Open
wants to merge 4 commits into
base: melodic-devel
Choose a base branch
from

Conversation

rhaschke
Copy link
Contributor

This is a rework of #1644, targeted at Melodic.

getSquaredViewDepth() was not applying scene node transforms to the
bounding box' center, resulting in incorrect squared distance to camera.
Compute *local* bounding radius from bounding box size.
Bounding sphere should be local to bounding box, not consider max length of point vectors.
If the cloud is shifted strongly into some direction, those lengths will be large,
although the bounding box (and sphere) can be small.
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.

1 participant