Closed ram-bhaskara closed 1 year ago
Solution
set(CMAKE_CXX_STANDARD 14)
to the CMakeLists.txt of the file_mulran_player and it should solve the issue.Sorry for the late responding.
As many people tackle the same issue, we make a new branch to solve the compile error.
Thank you for giving the solution!
Hi,
I'm unable to build the source using catkin_make. I'm using ROS Noetic (Ubuntu 20.04). The first issue was catkin_make failed to build opencv/cv.h and opencv/highgui.h (screenshot below)
I followed a recommended fix but it did not help. I now have a lot more build errors - majority are from member functions (screenshot below). Did you come across these problems? Any suggestions?