ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The problem is that you have two copies of the package ardrone_autonomy in your system. Remove one of them.
If you don't need that package you can do:
sudo apt-get remove ros-indigo-ardrone-autonomy
Then try to run catkin_make again.