Hrvoje Pavlinovic

Results 1 comments of Hrvoje Pavlinovic

Hi, I had similar issue during the catkin_make, I was getting error `$ /usr/bin/ld: cannot find -lglut` so I installed glut library `$ sudo apt-get install freeglut3-dev` and everything worked...