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

Missing pcl_conversions in scanmatcher package #37

Open
jyl087 opened this issue Oct 14, 2024 · 1 comment
Open

Missing pcl_conversions in scanmatcher package #37

jyl087 opened this issue Oct 14, 2024 · 1 comment

Comments

@jyl087
Copy link

jyl087 commented Oct 14, 2024

Hello, I was getting an error stating that pcl_conversions.h could not be found, even though there was no trouble finding in in the other packages of this same module (e.g. graph_based_slam).

I fixed the problem by editing scanmatcher/CMakeLists.txt. Add "pcl_conversions" to the ament_target_dependencies(imu_preintegration ...) and also ament_target_dependencies(image_projection ...).

@reinzler
Copy link

reinzler commented Nov 6, 2024

Hello, I was getting an error stating that pcl_conversions.h could not be found, even though there was no trouble finding in in the other packages of this same module (e.g. graph_based_slam).

I fixed the problem by editing scanmatcher/CMakeLists.txt. Add "pcl_conversions" to the ament_target_dependencies(imu_preintegration ...) and also ament_target_dependencies(image_projection ...).

Thanks mate, helped me too.

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