udacity / SFND_Lidar_Obstacle_Detection

374 stars 523 forks source link

PCL 1.2 & C++ 14 or Above #30

Closed whittenator closed 3 years ago

whittenator commented 4 years ago

When building this the cmake requires PCL version 1.2 which requires C++ 14 or above now. In the Cmake the following line needed to be changed for me:

add_definitions(-std=c++14)
castarco commented 4 years ago

Hi, I'm another student. Did you sent a patch as a pull request to this repository?

abhiojha8 commented 3 years ago

We have added further instructions in the README that will help in installing the latest version of PCL locally and use C++14. Closing this issue now.