You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install the package on ROS Kinetic and although the installation and catkin_make don't throw up any errors, I'm facing the following issue while running ardrone_driver:
"Couldn't find executable named ardrone_driver in the ~/name_ws/src/ardrone_autonomy"
There are two files named 'ardrone_driver.cpp' and 'ardrone_driver.h' inside the src folder of the package. I have even made them executable by calling chmod +x, yet I'm not sure why it doesn't recognize the script.
Any help would be appreciated.
Thanks,
Srijanee Biswas
The text was updated successfully, but these errors were encountered:
Hi All,
I'm trying to install the package on ROS Kinetic and although the installation and catkin_make don't throw up any errors, I'm facing the following issue while running ardrone_driver:
"Couldn't find executable named ardrone_driver in the ~/name_ws/src/ardrone_autonomy"
There are two files named 'ardrone_driver.cpp' and 'ardrone_driver.h' inside the src folder of the package. I have even made them executable by calling chmod +x, yet I'm not sure why it doesn't recognize the script.
Any help would be appreciated.
Thanks,
Srijanee Biswas
The text was updated successfully, but these errors were encountered: