simondlevy / BreezySLAM

Simple, efficient, open-source package for Simultaneous Localization and Mapping
GNU Lesser General Public License v3.0
758 stars 251 forks source link

C++ Compilation Issues #35

Open Hi-Ryan opened 5 years ago

Hi-Ryan commented 5 years ago

I have cd to BreezySLAM/cpp, and do 'sudo make install'. But when I then cd to BreezySLAM/examples and do 'sudo make install', I got 'make: *** No rule to make target 'log2pgm.cpp', needed by 'log2pgm.o'. Stop.' Can you give me some suggestion? Thanks!

simondlevy commented 5 years ago

Sorry, the source file log2pgm.cpp somehow got deleted! I've restored it and tested it. Once you're in the examples directory, you can just do make cpptest to test it.