当前位置:网站首页>Undefined reference to 'g2o:: vertexe3:: vertexe3()'
Undefined reference to 'g2o:: vertexe3:: vertexe3()'
2022-06-11 18:43:00 【Sixi xiaoyibing】
Yes ‘g2o::VertexSE3::VertexSE3()’ Undefined references
Reference link :link
ADD_EXECUTABLE( visualOdometry visualOdometry.cpp)
TARGET_LINK_LIBRARIES( visualOdometry
slambase
${
OpenCV_LIBS}
${
PCL_LIBRARIES}
${
CSPARSE_LIBRARY}
${
Sophus_LIBRARIES}
g2o_core g2o_stuff g2o_types_sba
g2o_csparse_extension g2o_solver_csparse
cholmod g2o_solver_cholmod
)
The solution to this problem is in Link library plus one :
g2o_types_slam3d
namely :
ADD_EXECUTABLE( visualOdometry visualOdometry.cpp)
TARGET_LINK_LIBRARIES( visualOdometry
slambase
${
OpenCV_LIBS}
${
PCL_LIBRARIES}
${
CSPARSE_LIBRARY}
${
Sophus_LIBRARIES}
g2o_core g2o_stuff g2o_types_sba g2o_types_slam3d
g2o_csparse_extension g2o_solver_csparse
cholmod g2o_solver_cholmod
)
边栏推荐
猜你喜欢

记录一下phpstudy配置php8.0和php8.1扩展redis
用户信息管理的功能开发

v-for循环遍历

Financial bank_ Introduction to collection system

labelme进行图片数据标注

手把手教你学会FIRST集和FOLLOW集!!!!吐血收藏!!保姆级讲解!!!
Mysql从0到1的完全深入学习--阶段二---基础篇

Swagger2简单使用

Balanced search binary tree -- AVL tree

On the problem that the while loop condition in keil does not hold but cannot jump out
随机推荐
5 minutes to understand the red, blue and purple in the attack and defense drill
2022-2023年西安交通大学管理学院MEM提前批面试网报通知
2023年西安交通大学管理学院MPAcc提前批面试网报通知
信号的处理与捕捉
牛客刷题——两种排序方法
软件开发的整体流程
The nearest common ancestor of binary tree
牛客刷题——Fibonacci数列
* Jetpack 笔记 LifeCycle ViewModel 与LiveData的了解
全志T3开发板(4核ARM Cortex-A7)——系统启动阶段LOGO显示详解
SA token single sign on SSO mode 2 URL redirection propagation session example
* Jetpack 笔记 使用DataBinding
使用Transformers将TF模型转化成PyTorch模型
V-for loop traversal
公共字段自动填充,你了解吗
炫酷的可视化工具:processing 初识
制造出静态坦克
Uni app Muke hot search project (I) production of tabbar
Niuke brush questions part7
全志科技T3開發板(4核ARM Cortex-A7)——MQTT通信協議案例