当前位置: 首页 > news >正文

搭建ORB-SLAM3编译环境

Pangolin
git clone https://gitclone.com/github.com/stevenlovegrove/Pangolin

sudo apt-get install libxkbcommon-dev
sudo apt-get install wayland-protocols
sudo apt install libglew-dev
cd Pangolin
mkdir build
cd build
cmake …
make -j
sudo make install

2、安装pybind11
git clone https://github.com/pybind/pybind11.git
cd pybind11
mkdir build
cd build
cmake …
make check -j 4
sudo make install #(如果使用python2需要禁用/usr/bin/下的python3)


http://www.mrgr.cn/news/81969.html

相关文章:

  • Spring Boot - 日志功能深度解析与实践指南
  • 交换机关于环路、接口绑定、链路聚合的相关知识
  • Day60 图论part10
  • 常用的数据库类型都有哪些
  • 市面笔记/知识管理软件缺点小结
  • 学习笔记 --C#基础其他知识点(数据结构)
  • GDPU Vue前端框架开发 期末赛道出勇士篇(更新ing)
  • GXUOJ-算法-第二次作业(矩阵连乘、最长公共子序列、0-1背包问题、带权区间调度)
  • fpga系列 HDL:ModelSim显示模拟波形+十进制格式数值(临时方法和设置持久化的默认值)
  • Unity中列表List使用出类似字典Dictionary的感觉
  • UE5材质节点Panner
  • Elasticsearch:analyzer(分析器)
  • 工业大数据分析算法实战-day19
  • 学习笔记 --C#基础其他知识点(同步和异步)
  • Hugging Face Dataset的 dataset_info.json 文件详解
  • LoRA微调系列笔记
  • jpeg学习
  • Go语言入门
  • mac系统vsCode中使用Better Comments在.vue文件里失效
  • (一)人工智能其实可以看成是一个函数
  • SOME/IP 协议详解——信息格式
  • Llama系列关键知识总结
  • 012-spring的注解开发、bean的属性、IOC实现原理
  • arcface
  • QT 学习第十四天 QWidget布局
  • SpringBoot对静态资源的映射规则