
安装
Enjoy lab and life
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jupyter notebook出问题,重装方法
For Python 2sudo pip install --upgrade --force-reinstall --no-cache-dir jupyterFor Python 3sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter这应该重新安装PyPi中的所有内容。这应该解决这个问题,...原创 2018-10-04 15:45:14 · 9434 阅读 · 0 评论 -
#g2o安装ubuntu16.04方法
#g2o安装ubuntu16.04方法1.git clone https://github.com/RainerKuemmerle/g2o.git2 安装依赖项https://github.com/RainerKuemmerle/g2o已经写出来要安装的依赖了,github在不断更新,而博客不会,所以参考githubsudo apt-get libeigen3-devlibsuitesp...原创 2018-09-21 21:48:10 · 6887 阅读 · 2 评论 -
pangolin安装
https://github.com/uoip/pangolin原创 2018-09-21 22:39:20 · 3853 阅读 · 0 评论 -
#Eigen库安装指南(注意事项)
1、apt-get方式(假设默认安装到/usr/local/include里(可在终端中输入locate eigen3查看位置),若实际中默认安装到了/usr/include的话,可以对应替换下面命令的相应部分)运行命令:sudo apt-get install libeigen3-dev运行命令:(参考第二种方法的最下面的说明)sudo cp -r /usr/local/include/...转载 2018-09-23 10:29:52 · 1464 阅读 · 0 评论