simondlevy/BreezySLAM

C++ Demo Examples not working

Closed this issue · 3 comments

I have cd to BreezySLAM/cpp, and do 'sudo make install'. But when I then cd to BreezySLAM/examples and do 'make cpptest', (I have correctly set the LIBDIR paths in both cpp and examples folder's makefiles)I got error as shown in snap.
demo_compilation_issue

Can you give me some suggestion? Thanks in advance!

On the other hand, Pytest works without any issues(can be seen in following snap)

works_pytest

From the instructions:

You may also need to add the following line to your ~/.bashrc file:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

Thanks. Now resolved it.
Issue was with path variable.