- 博客(68)
- 资源 (1)
- 收藏
- 关注
原创 023 gtsam/examples/RangeISAMExample_plaza2.cpp
023 gtsam/examples/RangeISAMExample_plaza2.cpp
2022-11-04 21:03:08 338
原创 022 gtsam/examples/Pose3SLAMExampleExpressions_BearingRangeWithTransform.cpp
022 gtsam/examples/Pose3SLAMExampleExpressions_BearingRangeWithTransform.cpp
2022-11-04 20:47:59 429
原创 021 gtsam/examples/Pose3SLAMExample_changeKeys.cpp
021 gtsam/examples/Pose3SLAMExample_changeKeys.cpp
2022-11-04 16:02:34 233
原创 020 gtsam/examples/Pose3Localization.cpp
020 gtsam/examples/Pose3Localization.cpp
2022-11-04 15:22:10 191
原创 019 gtsam/examples/Pose2SLAMExampleExpressions.cpp
019 gtsam/examples/Pose2SLAMExampleExpressions.cpp
2022-11-04 14:58:30 261
原创 018 gtsam/examples/Pose2SLAMExample.cpp
018 gtsam/examples/Pose2SLAMExample.cpp
2022-11-03 21:57:01 150
原创 017 gtsam/examples/PlanarSLAMExample.cpp
017 gtsam/examples/PlanarSLAMExample.cpp
2022-11-03 19:47:21 259
原创 016 gtsam/examples/OdometryExample.cpp
016 gtsam/examples/OdometryExample.cpp
2022-11-03 19:15:34 145
原创 015 gtsam/examples/METISOrderingExample.cpp
015 gtsam/examples/METISOrderingExample.cpp
2022-11-03 16:52:25 191
原创 014 gtsam/examples/LocalizationExample.cpp
014 gtsam/examples/LocalizationExample.cpp
2022-11-03 16:27:22 336
原创 NonlinearFactorGraph.h/NonlinearFactorGraph.cpp
NonlinearFactorGraph.h/NonlinearFactorGraph.cpp
2022-11-03 14:41:54 529
原创 013 gtsam/examples/ISAM2Example_SmartFactor.cpp
013 gtsam/examples/ISAM2Example_SmartFactor.cpp
2022-11-01 21:05:39 307
原创 012 gtsam/examples/InverseKinematicsExampleExpressions.cpp
012 gtsam/examples/InverseKinematicsExampleExpressions.cpp
2022-11-01 16:40:55 93
原创 011 gtsam/examples/IMUKittiExampleGPS.cpp
011 gtsam/examples/IMUKittiExampleGPS.cpp
2022-10-31 20:22:36 949 1
原创 010 gtsam/examples/ImuFactorsExample2.cpp
010 gtsam/examples/ImuFactorsExample2.cpp
2022-10-31 17:10:24 382
原创 009 gtsam/examples/ImuFactorsExample.cpp
009 gtsam/examples/ImuFactorsExample.cpp
2022-10-31 15:48:09 460
原创 007 gtsam/examples/FisheyeExample.cpp
007 gtsam/examples/FisheyeExample.cpp
2022-10-31 11:21:15 138
原创 006 gtsam/examples/elaboratePoint2KalmanFilter.cpp
006 gtsam/examples/elaboratePoint2KalmanFilter.cpp
2022-10-29 20:29:56 478
原创 005 gtsam/examples/easyPoint2KalmanFilter.cpp
gtsam/examples/easyPoint2KalmanFilter.cpp
2022-10-29 16:16:57 491
原创 004 gtsam/examples/DiscreteBayesNetExample.cpp
004 gtsam/examples/DiscreteBayesNetExample.cpp
2022-10-26 14:14:36 131
原创 003 gtsam/examples/DiscreteBayesNet_FG.cpp
003 gtsam/examples/DiscreteBayesNet_FG.cpp
2022-10-26 13:40:39 150
原创 002_2 gtsam/unstable/examples/ISAM2_SmartFactorStereo_IMU.cpp
002_2 gtsam/unstable/examples/ISAM2_SmartFactorStereo_IMU.cpp
2022-10-24 20:35:50 486
原创 002 gtsam/examples CombinedImuFactorsExample.cpp
CombinedImuFactorExample.cpp
2022-10-24 17:00:59 501
转载 VirtualBox使用外设
默认安装完Virtualbox,安装Linux系统后,插入U盘,实机可以使用,但是虚拟机中不能正常使用USB设备.这个时候我们需要进行简单地设置usb设备=>添加一个usb设备筛选器=>把你需要的USB设备点上=>ok结束参考链接:cnblogs.com/mzx186/p/11418233.html....
2022-04-10 00:57:39 566
原创 linux双击启动脚本文件
linux双击启动脚本文件1 双击启动脚本文件1.1 创建桌面文件1.2 写入以下内容1.3 赋予权限2 运行.sh文件避免输密码2.1 示例2.2 xx.sh文件内容2.3 在终端中启动2.4 设置双击启动3 赋予串口永久打开权限3.1 解决方法3.1.1 打开文件(没有时创建一个)3.1.2 添加3.1.3 重启计算机1 双击启动脚本文件1.1 创建桌面文件touch myapp.desktop1.2 写入以下内容[Desktop Entry]Name = myappExec = /ho
2022-03-27 19:28:34 3851
原创 hidden symbol错误
@[hidden symbol错误](hidden symbol错误)问题描述hidden symbol `_ZN3fmt2v86detail18throw_format_errorEPKc’解决办法建议不要hidden symbol定义FMT_HEADER_ONLY程序使用了sophus需要链接库fmt,target_link_libraries(${PROJECT_NAME}_run_vslam ${Sophus_LIBRARIES} fmt )找到需要使用sophus的所有文件,在
2022-03-22 14:33:30 1980
转载 g2o边的编程
g2o边的编程1. g2o的边1.1 边的头文件#include<g2o/g2o/core/hyper_graph.h>#include<g2o/g2o/core/optimizable_graph.h>#include<g2o/g2o/core/base_edge.h>BaseUnaryEdge:一元边BaseBinaryEdge:两元边BaseMultiEdge : 多元边1.2 几元边的区别一元边为一条边只连接一个顶点,两元边理解为一条边连接
2022-03-17 21:49:30 950
转载 g2o顶点的编程
g2o顶点的编程1. g2o顶点①:HyperGraph::Vertex头文件:#include<g2o/core/hyper_graph.h>HyperGraph::Vertex 是个abstract vertex,必须通过派生来使用②:OptimizableGraph::VertexOptimizableGraph::Vertex继承于HyperGraph::VertexOptimizableGraph定义在头文件#include<g2o/core/optimiz
2022-03-17 20:46:40 215
原创 g2o指针报错
g2o指针报错1.问题描述一error: no matching function for call to ‘g2o::BlockSolver<g2o::BlockSolverTraits<-1, -1> >::BlockSolver(SlamLinearSolver*&)并且提示std::unique_ptr指针原因,可能是重复引用参考链接https://blog.csdn.net/robinhjwy/article/details/78084210.h
2022-03-16 17:52:50 714
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人