Skip to content

Make WoldBase::insertPointcloudIntoMapImpl() take global points? #32

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

Open
tcies opened this issue Jul 29, 2015 · 1 comment
Open

Make WoldBase::insertPointcloudIntoMapImpl() take global points? #32

tcies opened this issue Jul 29, 2015 · 1 comment

Comments

@tcies
Copy link
Contributor

tcies commented Jul 29, 2015

In order to avoid that implementations need to repeat local-to-global transformation logic.

@helenol
Copy link
Collaborator

helenol commented Jul 29, 2015

Yeah, but this is actually very map implementation specific. If you pass in global points, raycasting loses all physical meaning. You could achieve the same effect if your inheriting class does not do raycasting (currently, the only 2 implementations, spherical and octomap, are entirely raycasting based) by passing in identity as T_G_sensor.
I'm not sure this is well advised, given that. Is there a specific application in mind where this is required?

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

2 participants