Today when I tried to follow the instructions on this website. I was following all the instructions, including downloading ROS library on my system, which is Ubuntu 14.10, installing packages and setting the environment. However, I stopped at
$ cd ${IBVS_STACK}
$ source setup.sh
$ rospack profile
$ rosdep update
$ cd ${IBVS_WORKSPACE}/src/extStack
$ rosdep install ardrone_autonomy
when I tried to run
$ rosdep install ardrone_autonomy
It shows
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource ardrone_autonomy
while ardrone_autonomy just locate right in my directory ~/src/extStack. I tried to use export ROS_PACKAGE_PATH=~/src/extStack/ardrone_autonomy
but it still doesn't work. Can anyone possibly tell me what happened to this and what should I do with that?
Thanks