tum-vision / tum_ardrone

Repository for the tum_ardrone ROS package, implementing autonomous flight with PTAM-based visual navigation for the Parrot AR.Drone.
http://wiki.ros.org/tum_ardrone
GNU General Public License v3.0
226 stars 192 forks source link

/usr/bin/ld: cannot find -lglut #76

Open ahkhan03 opened 8 years ago

ahkhan03 commented 8 years ago

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?

buHtiGnioJ commented 8 years ago

install this

sudo apt-get install freeglut3-dev

ahkhan03 commented 8 years ago

Thanks. This was missing.