Closed Revakk closed 1 year ago
I probably had some broken packages or something. Fixed by reinstalling ROS Noetic.
add_executable(kaist_pub src/dataset/kaist_pub.cpp) target_link_libraries(kaist_pub ${catkin_LIBRARIES} ${OpenCV_LIBS}) add_dependencies(kaist_pub ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
When I try to build this package I get this error:
I build with command catkin_make and I am using ubuntu 20.04 with ROS noetic.