ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You still have the package that you downloaded from GitHub in your workspace which is why when you run rospack find ardrone_autonomy
you see that it's located in ~/catkin_ws/src/ardrone_autonomy
.
Follow these steps:
~/catkin_ws/build
, ~/catkin_ws/devel
, and ~/catkin_ws/install
directories (as noted by @clyde)Now, source
(ROS if you're not doing that already and) your workspace:
$ source /opt/ros/<distro>/setup.bash
$ source ~/catkin_ws/devel/setup.bash
You should be good to go at this point. Please update your question if this still doesn't fix your issue.
Note: I've moved the question's comments into this answer.
2 | No.2 Revision |
You still have the package that you downloaded from GitHub in your workspace which is why when you run rospack find ardrone_autonomy
you see that it's located in ~/catkin_ws/src/ardrone_autonomy
.
Follow these steps:
~/catkin_ws/build
, ~/catkin_ws/devel
, and ~/catkin_ws/install
directories (as noted by @clyde)Now, source
(ROS if you're not doing that already and) your workspace:
$ source /opt/ros/<distro>/setup.bash
$ source ~/catkin_ws/devel/setup.bash
You Run again and $ roslaunch ardrone_tutorials keyboard_controller_outdoor.launch
roslaunch
good to go at this point. able to find the ardrone_driver
node. Note that to find and launch the node you don't have to be connected to your drone. But, to use it you do need to be connected to the drone.
Please update your question if this still doesn't fix your issue.
Note: I've moved the question's comments into this answer.
3 | No.3 Revision |
You still have the package that you downloaded from GitHub in your workspace which is why when you run rospack find ardrone_autonomy
you see that it's located in ~/catkin_ws/src/ardrone_autonomy
.
Follow these steps:
~/catkin_ws/build
, ~/catkin_ws/devel
, and ~/catkin_ws/install
directories (as noted by Now, source
(ROS if you're not doing that already and) your workspace:
$ source /opt/ros/<distro>/setup.bash
$ source ~/catkin_ws/devel/setup.bash
Run
$ roslaunch ardrone_tutorials keyboard_controller_outdoor.launch
again and roslaunch
should be able to find the ardrone_driver
node. Note that to find and launch the node you don't have to be connected to your drone. But, to use it you do need to be connected to the drone.
Please update your question if this still doesn't fix your issue.
Note: I've moved the question's comments into this answer.