清秀凉面

文章
5
资源
0
加入时间
3年0月8天

源码编译pcl

首先要下载pcl的源码包git clone https://github.com/PointCloudLibrary/pcl pcl-trunk其次在进行编译cd pcl-trunk && mkdir build && cd buildcmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..make -j2su