You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...).
The text was updated successfully, but these errors were encountered:
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 ...).
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 theament_target_dependencies(imu_preintegration ...)
and alsoament_target_dependencies(image_projection ...)
.The text was updated successfully, but these errors were encountered: