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

Fails to build due to: libkimera_semantics_ros undefined reference to cv::String::deallocate() #71

Open
btalb opened this issue Aug 20, 2021 · 1 comment

Comments

@btalb
Copy link

btalb commented Aug 20, 2021

Fails to build with the above error on Ubuntu 20.04 when following the instructions in the README.

The kimera_semantics_ros library seems to be missing linking against OpenCV.

I added the following lines, which link against the same opencv3_catkin package used in Kimera-VIO-ROS (https://github.com/MIT-SPARK/Kimera-VIO-ROS/blob/master/install/kimera_vio_ros_https.rosinstall):

find_package(opencv3_catkin REQUIRED)
target_link_libraries(${PROJECT_NAME} ${opencv3_catkin_LIBRARIES})

After these lines were added, the ROS stack successfully builds with Noetic on Ubuntu 20.04.

@hellovuong
Copy link

thank you, your note about building on Ubuntu 20.04 is really helpful.

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