Closed ghoshsuman closed 3 years ago
Hi @ghoshsuman ,
Thanks for your contribution. I have tested it locally and it works well on my side (Ubuntu 18.04.5 LTS + ROS melodic + OpenCV 3.2).
Regarding the first modification, i.e. std=c++14, I noticed that SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3")
remains in the 10th line of esvo_core's CMakeLists.txt.
Could you please remove this but have the "-O3" option preserved? Also, please make things be consistent in esvo_time_surface's CMakeLists.txt (I mean to replace std=c++11 with c++14 there as well, just in case).
Then please update the pull request such that I can merge.
Cheers,
yi
Updated the PR. Please check @Ethan-Zhou .
The master branch has been merged with this pull request locally, tested and pushed to the remote. So I close it here.
I made changes based on the following errors I encountered:
double free or corruption ( out)
error. Following a closed issue on your repo, I added return statements to some non-void functions to resolve it.