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

how to use cuNDT in loop efficiently #57

Open
PigBroA opened this issue Apr 9, 2024 · 0 comments
Open

how to use cuNDT in loop efficiently #57

PigBroA opened this issue Apr 9, 2024 · 0 comments

Comments

@PigBroA
Copy link

PigBroA commented Apr 9, 2024

Dear all,

I'd like to use cuNDT for LiDAR Localization.

For real time processing, we need to initialize huge pointcloud to NDT Grid(such as Map, test_Q.pcd is on the role in demo code that you provide).

However, cudaNDT class set source and target cloud size using class constructor(to assign?), so I can't initialize the class object out of loop, I must declare it in loop, because source cloud is being changed every frame in loop. (cudaNDT is provided as ".so", I can't access member variable in cudaNDT class as well.)

Can I get original code of cuNDT? or please let me know how to ancor target cloud on out of loop(for LiDAR localization).

Thanks.

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