ardrone_autonomy icon indicating copy to clipboard operation
ardrone_autonomy copied to clipboard

Invoking "make -j4 -l4" failed on ROS Kinetic

Open SrijaneeBiswas opened this issue 8 years ago • 4 comments

Hi All,

I'm trying to install the package on ROS Kinetic. When I try to catkin_make after git cloning the package, it fails with the error message as mentioned in the title. Is the package compatible only with ROS versions below Kinetic? If so, can you kindly provide a link to install ardrone_autonomy for ROS Kinetic ?

Thanks, Srijanee Biswas

SrijaneeBiswas avatar Jan 26 '18 18:01 SrijaneeBiswas

Hi @SrijaneeBiswas,

you can simply install the driver using sudo apt install ros-kinetic-ardrone-autonomy.

pulver22 avatar Jan 26 '18 20:01 pulver22

After doing that, I tried doing "rosrun ardrone_autonomy ardrone_driver" but first of all, it wouldn't tab-complete (meaning the package is not recognized) and after executing the command, it throws up an error "Couldn't find executable ardrone_driver". Any ideas why that might be the case?

SrijaneeBiswas avatar Jan 26 '18 20:01 SrijaneeBiswas

Try to resource /opt/ros/kinetic/setup.bash, but you should not have that problem.

pulver22 avatar Jan 26 '18 20:01 pulver22

Thanks, it worked after sourcing.

SrijaneeBiswas avatar Jan 28 '18 17:01 SrijaneeBiswas