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
Hi, I encountered a problem which remind me that the ompl lib can not be loaded,when I add the following line into CMakeLIst.txt, the problems was solved. Hopefully it would helps. target_link_libraries(ompl_global_planner_lib ${OMPL_LIBRARIES})
The text was updated successfully, but these errors were encountered:
Hi, I encountered a problem which remind me that the ompl lib can not be loaded,when I add the following line into CMakeLIst.txt, the problems was solved. Hopefully it would helps.
target_link_libraries(ompl_global_planner_lib ${OMPL_LIBRARIES})
The text was updated successfully, but these errors were encountered: