HuangCongQing / pcl-learning

🔥PCL(Point Cloud Library)点云库学习记录

Home Page:https://www.bilibili.com/video/BV1HS4y1y7AB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make编译时报错error: ‘viewer’ does not name a type

HuangCongQing opened this issue · comments

缺少main函数

int main(int argc, char **argv)
{

}