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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Hi, this is an amazing work, and I'm working on a related paper and try to use your work.
However, I met some problem. Is there anything in the program conflict with PCL? When I do: TARGET_LINK_LIBRARIES(FastGlobalRegistration FastGlobalRegistrationLib ${PCL_LIBRARIES})
Although it compiles successfully, when I run the main program, it run into seg fault at the end during desctruction of class "fgr::CApp".
However, after remove ${PCL_LIBRARIES}, everything works well. Do you know why? This is very important to me, because I'm using PCL heavily in other parts.
The text was updated successfully, but these errors were encountered:
Hi, this is an amazing work, and I'm working on a related paper and try to use your work.
However, I met some problem. Is there anything in the program conflict with PCL? When I do:
TARGET_LINK_LIBRARIES(FastGlobalRegistration FastGlobalRegistrationLib ${PCL_LIBRARIES})
Although it compiles successfully, when I run the main program, it run into seg fault at the end during desctruction of class "fgr::CApp".
However, after remove ${PCL_LIBRARIES}, everything works well. Do you know why? This is very important to me, because I'm using PCL heavily in other parts.
The text was updated successfully, but these errors were encountered: