tum-vision/tum_ardrone

/usr/bin/ld: cannot find -lglut

ahkhan03 opened this issue · 2 comments

I was trying to install tum_ardrone package on ROS indigo but during catkin_make i got the following error:
/usr/bin/ld: cannot find -lglut
Do you have any idea how to resolve this?

install this

sudo apt-get install freeglut3-dev

Thanks. This was missing.