open3d安装

//更新cmake
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
sudo apt-get update
sudo apt-get install cmake
//安装Open3D
git clone --recursive https://github.com/intel-isl/Open3D
cd Open3D && source util/scripts/install-deps-ubuntu.sh
mkdir build && cd build
cmake -DGLIBCXX_USE_CXX11_ABI=ON -DCMAKE_INSTALL_PREFIX=/home/robot/open3d_install/ ..
make -j4
sudo make install
//基于Open3D的ros程序
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone git@github.com:unr-arl/open3d_ros.git
cd ..
catkin config -DCMAKE_BUILD_TYPE=Release
catkin build open3d_ros

注意编译选项一定要加上-DGLIBCXX_USE_CXX11_ABI=ON否则再编译

GitHub - ros-perception/perception_open3d: Open3D analog to perception_pcl, containing conversion functions from Open3D to/from ROS types

时会出现找不到ros::init的链接错误

https://github.com/ros-perception/perception_open3d/issues/16#issuecomment-877849488

官方安装教程

Build from source — Open3D 0.16.0 documentation

ubuntu16中Open3D算法测试笔记 - CodeAntenna

ubuntu16中Open3D算法测试笔记

梦醒blue的博客_CSDN博客-open3d领域博主

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值