ros-by-example
ros-by-example copied to clipboard
openni-tracker for hyro does not work as suggested in the book
What steps will reproduce the problem?
1.Chapter 5 page 29 from the book ros by examples for hydro
2.sudo apt-get install ros-hydro-openni-tracker
3.This does not work... Insalling the rest of the packages work well.
What is the expected output? What do you see instead?
Expect to see the openni-tracker installed instead
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-hydro-openni-tracker
What version of the product are you using? On what operating system?
hydro and ubuntu 13.04
Original issue reported on code.google.com by [email protected] on 4 Feb 2014 at 12:28
I don't have Ubuntu 13.04 but the command works without error under Ubuntu
12.04. Can you please try the following sequence of commands:
sudo rosdep init (ignore Error message if you have already run this command)
rosdep update
sudo apt-get update
sudo apt-get install ros-hydro-openni-tracker
Original comment by [email protected] on 4 Feb 2014 at 2:25
Looking at the ROS build farm (http://www.ros.org/debbuild/hydro.html), it
appears that the Hydro openni_tracker package failed to build for Ubuntu 13.04
(raring). Would you please log an issue on the openni_tracker page at:
https://github.com/ros-drivers/openni_tracker/issues?state=open
Original comment by [email protected] on 4 Feb 2014 at 2:59