Learning High-Speed Flight in the Wild 环境安装

安装记录:

几个参考链接:

“Learning High-Speed Flight in the Wild”安装方案_learning high-speed flight in the wild环境安装-CSDN博客

Learning High-Speed Flight in the Wild 环境安装_in the wild环境搭建-CSDN博客

论文学习--Learning High-Speed Flight in the Wild-CSDN博客

前期准备中,github没有给出的几个:

先安装Open3D源码安装C++版本的open3D, v0.9.0. 由于采用gcc6编译,因此不用最新版本v0.13.0的open3D。
git clone --recursive https://github.com/intel-isl/Open3D

# You can also update the submodule manually
git submodule update --init --recursive

# 切换到指定版本
git checkout  v0.9.0

# On Ubuntu
util/install_deps_ubuntu.sh

mkdir build
cd build
cmake ..
# On Ubuntu
make -j$(nproc)
sudo make install
安装完成之后,再安装gcc/g++ 7.5.0
# 首先安装gcc7.5.0
sudo apt install gcc-7 g++-7
# 修改优先级,首先使用gcc/g++ 7.5.0,最后面的数字是优先级,谁的大,就是选择谁。
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 100

杂项:

#依赖
sudo apt install python3-catkin-tools python3-osrf-pycommon
sudo apt-get install python3-vcstool
# 如果有python2的环境,首先设置软连接,切换到python3
# 设置软链接
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150
sudo apt-get install python3-empy
#依赖
sudo apt-get install ros-noetic-octomap-msgs
sudo apt-get install ros-noetic-joy

  • 4
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值