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

error: ‘ikdtree’ was not declared in this scope 223 | ikdtree.acquire_removed_points(points_history); #17

Open
J-alchemist opened this issue Dec 5, 2022 · 3 comments

Comments

@J-alchemist
Copy link

No description provided.

@yuxuanfanOrion
Copy link

have you solved it. i meet the same problem as yours

@J-alchemist
Copy link
Author

J-alchemist commented Feb 26, 2023 via email

@lizhengsi
Copy link

you can try to change the following code in laserMapping.cpp, line 118:

// KD_TREE ikdtree;
KD_TREE<PointType> ikdtree;

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