当前位置:网站首页>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
)
边栏推荐
- Visual slam lecture notes-10-1
- Signal processing and capture
- Quanzhi Technology T3 Development Board (4 Core ARM Cortex - A7) - mqtt Communication Protocol case
- 构造敌方坦克
- Function development of user information management
- 2022-2023年西安交通大学管理学院MEM提前批面试网报通知
- 软件开发的整体流程
- Force deduction questions -- create a string based on a binary tree
- Uni app Muke hot search project (I) production of tabbar
- 2022-2023 MEM pre approval interview notice of School of management, Xi'an Jiaotong University
猜你喜欢

Force deduction 23 questions, merging K ascending linked lists

2022-2023 MEM pre approval interview notice of School of management, Xi'an Jiaotong University

为何TI的GPMC并口,更常被用于连接FPGA、ADC?我给出3个理由

Niu Ke brushes the question - no two

The 2023 MBA (Part-time) of Beijing University of Posts and telecommunications has been launched

Niuke's brush question -- judgment of legal bracket sequence

力扣刷题——二叉树的层序遍历Ⅱ

牛客刷题——把字符串转换成整数

Surveillance des fonctions de perte avec visdom

labelme进行图片数据标注
随机推荐
開發中必備的文件的上傳與下載
关于我的 “二进制部署 kubernetes 集群” 的体验
全国院校MBA、EMBA、MPA、MEM、提前面试(预面试)时间批次已出(持续更新中)-文都管联院
牛客刷题——part8
Swagger2 easy to use
Quanzhi technology T3 development board (4-core arm cortex-a7) - video development case
Async leads to unexpected function results and changes the intention of the original code; await is only valid in async functions and the top level bodies of modules
. Net core redis hyperloglog type
Add your favorite background music
基于华为云图像识别标签实战
公共字段自动填充,你了解吗
Force deduction 33 questions, search rotation sorting array
Map and set
KMP! You deserve it!!! Run directly!
Quanzhi T3 development board (4-core arm cortex-a7) - detailed explanation of logo display during system startup
Force deduction 32 questions longest valid bracket
Friendly tanks fire bullets
Monitoring loss functions using visdom
BigDecimal基本使用与闭坑介绍
防止敌方坦克重叠