How to install joy package
I am new to ROS, forgive me if the question relates to fundamental knowledge I am not aware.
What I am trying to do is using joy stick to control A.R. drone 2.0 by ROS in Ubuntu 14.04 LTS.
I am following the instruction here: http://robohub.org/up-and-flying-with...
$ sudo rosdep init
$ rosdep update
$ sudo apt-get install ros-fuerte-joystick-drivers
$ rosdep install joy
I got stuck at $ sudo apt-get install ros-fuerte-joystick-drivers. it gives error:
E: Unable to locate package ros-fuerte-joystick-drivers
Since I installed ROS indigo, so I changed it to $ sudo apt-get install ros-indigo-joystick-drivers, it runs ok. However it stuck at the next command: $ rosdep install joy, it gives error:
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource joy
ROS path [0]=/opt/ros/jade/share/ros
ROS path [1]=/opt/ros/jade/share
ROS path [2]=/opt/ros/jade/stacksenter code here
I runs:
$rospack find joy
[rospack] Error: package 'joy' not found
Somehow 'joy' package is not installed. How can I install joy package?
Thanks, Haifei