We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
kimera_semantics_ros
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):
opencv3_catkin
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.
The text was updated successfully, but these errors were encountered:
thank you, your note about building on Ubuntu 20.04 is really helpful.
Sorry, something went wrong.
No branches or pull requests
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)
After these lines were added, the ROS stack successfully builds with Noetic on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: