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

the performance of raycast model #3

Open
hzcipher opened this issue Jun 15, 2017 · 2 comments
Open

the performance of raycast model #3

hzcipher opened this issue Jun 15, 2017 · 2 comments

Comments

@hzcipher
Copy link

My robot has a 3d laser. When It localizes using the raycast model with 500 particles, It nearly costs 2 second to update the partilces with one laser measurment, The main cost is at the "castRay" method.
Is there any solution to accelerate the method?

@AravindaDP
Copy link
Owner

Hi,
Is there any chance you have the same problem reported in upstream project from which I have based my fork for re-releasing on ROS build farm?
ahornung#18

@weisongwen
Copy link

@hzcipher @AravindaDP

I find the same problem in my project, as a result of the castRay (Based on the beam model) which consumed a lot of time when performed the localization for the robot with 3D lidar.

Have you get some other method to perform the localization in existing octomap?

Thanks
Best regards

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

3 participants