Pangolin安装

简介: Pangolin安装

安装


  1. 首先得有Pangolin.tar.gz安装包


下载可以从https://github.com/stevenlovgrove/Pangolin


  1. 安装依赖


sudo apt install libglew-dev


  1. 解压安装包


Ubuntu解压tar.gz文件教程博客:

https://blog.csdn.net/eefresher/article/details/99738446


tar -zxvf Pangolin.tar.gz



  1. 安装


Pangolin需要cmake指令安装


cd [path-to-pangolin]
mkdir build
cd build
cmake ..
make
sudo make install


后续如果运行slam十四讲报错查看此博客:


https://blog.csdn.net/qq_39236499/article/details/122722038

相关文章
|
Web App开发 Python
Xpath安装及使用
Xpath安装及使用
279 0
|
13天前
|
Ubuntu Apache
ubuntu完全卸载apache2g
ubuntu完全卸载apache2
|
10月前
|
JSON 分布式计算 网络协议
如何安装FreeIPA
如何安装FreeIPA
170 0
|
10月前
|
缓存 Apache
执行命令安装Apache及其扩展包时报错
执行命令安装Apache及其扩展包时报错
204 1
|
开发者
xpath的详细安装方法
xpath的详细安装方法
298 0
|
Ubuntu Apache
阿里云Ubuntu系统安装Apache服务器
阿里云Ubuntu系统安装Apache服务器
347 0
阿里云Ubuntu系统安装Apache服务器
|
Linux
packetdrill工具安装
packetdrill工具安装
225 0
packetdrill工具安装
|
分布式计算 监控 Hadoop

热门文章

最新文章