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

Couldn't find executable named error Ubuntu #14

Open tonystark12 opened 10 years ago

tonystark12 commented 10 years ago

I am trying to fly the ardrone parrot 2.0 using tum_ardrone ptam module. I ahd to make it first

       rosmake tum_ardrone

The above compiled with 0 failures. however, when I do the following commad

       rosrun tum_ardrone drone_stateestimation

I get the following error

      [rosrun] Couldn't find executable named drone_stateestimation below

      /home/bojan/fuerte_workspace/tum_ardrone

I tried to google and get a solid pipelined solution to check for the reason for this error and solve it, but I did not get it. Am new to ubuntu, thus your help is much appreicated. This error doesn't seem to be package specific since the same package works fine in another laptop I tested. Am runnign Ubuntu in vmWare. Does that make any difference? Or is it something am missing with the package.?

Thanks in advance

lesire commented 10 years ago

Which version of ROS are you using? We are currently upgrading the tum_ardrone package to use catkin, so that we will ease compiling and using in groovy and hydro. Stay connected, it should be done within a few days

freeschool commented 10 years ago

I have the exact same problem with this. Quiet hard to use it....

ivanposadas commented 9 years ago

Hello, I use ROS Hydro and I have installed tum_ardrone with catkin and I don't get error. But when I try to run ''rosrun tum_ardrone drone_stateestimation'' , I have the same problem.


[rosrun] Couldn't find executable named drone_stateestimation below /opt/ros/hydro/catkin_ws/src/tum_ardrone


ivanposadas commented 9 years ago

Hello again, I resolved my problem. I installed tum_vision with catkin. Then I added:

cd ~/catkin_ws/

export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`/src/ardrone_autonomy

export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`/src/tum_ardrone

source devel /setup.bash