
Debug记录
Debug记录
me,too
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu18.04安装微信
ubuntu18.04安装微信Ubuntu终于可以用微信了,Mark一下https://blog.youkuaiyun.com/sinat_39369871/article/details/110095705https://zhuanlan.zhihu.com/p/336593807这两个是一样的原创 2021-05-12 10:49:52 · 276 阅读 · 0 评论 -
ceres-solver&eigen fatal error: Eigen/Core: No such file or directory #include <Eigen/Core> // For
make报错:~/slam/ceres-solver/build$ make [ 50%] Building CXX object CMakeFiles/learn1.dir/learn1.cpp.oIn file included from /usr/local/include/ceres/internal/array_selector.h:38:0, from /usr/local/include/ceres/internal/autodiff.h:148,原创 2021-05-19 16:19:30 · 1544 阅读 · 0 评论 -
ceres-solver-1.11.0的编译问题
编译ceres-solver-1.11.0遇到问题执行:cmake ..#成功make#报错如下[ 34%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_view_4_4_d.cc.o[ 34%] Building CXX object internal/ceres/CMakeFiles/ceres.dir/generated/partitioned_matrix_v原创 2021-05-23 18:58:16 · 2657 阅读 · 5 评论 -
opencv+contrib编译
opencv+contrib编译问题小结今天又安装了opencv+contrib,遇到了一些问题,进行记录。1、使用cmake-gui和cmake使用cmake-gui编译时,设置install的路径:不能设置为:../install,必须为绝对路径,否则会报错但是直接使用cmake就可以设置为:../install有点担心使用绝对路径cmake之后库的迁移问题,我就使用了cmake。命令如下:cmake -D CMAKE_INSTALL_PREFIX=../install -DOPENC原创 2021-05-26 23:18:49 · 600 阅读 · 0 评论 -
ros noetic
问题:Ubuntu 16.04 安装ROS kinetic提示Depends: ros-kinetic-desktop but it is not going to be installedUbuntu18 升级20之后的ros安装解决:https://www.freesion.com/article/98511422304/原创 2021-08-13 20:53:06 · 146 阅读 · 0 评论 -
Ubuntu20 重启之后 密码正确 无法登陆
https://blog.youkuaiyun.com/xinran0703/article/details/115936599?utm_source=app&app_version=4.7.1&code=app_1562916241&uLinkId=usr1mkqgl919blen原创 2021-08-13 20:56:49 · 1281 阅读 · 0 评论 -
/usr/bin/ld: warning: libIlmImf-2_2.so.22, needed by /home/tonglu/pkg/opencv3.2/opencv-3.2.0/install
调用opencv时编译报错,libilmlmf.so问题[ 66%] Linking CXX executable testinit/usr/bin/ld: warning: libIlmImf-2_2.so.22, needed by /home/tonglu/pkg/opencv3.2/opencv-3.2.0/install/lib/libopencv_imgcodecs.so.3.2.0, not found (try using -rpath or -rpath-link)/usr/bin/原创 2021-08-17 21:50:27 · 3350 阅读 · 0 评论 -
Appimage无法打开的bug
Appimage无法打开的bug程序XXX.AppImage突然就打不开了报错:$ ./appimagetool-x86_64.AppImage fusermount: mount failed: Operation not permittedCannot mount AppImage, please check your FUSE setup.You might still be able to extract the contents of this AppImage if you ru原创 2021-05-18 20:28:01 · 2725 阅读 · 1 评论