pirobot / ros-by-example

Automatically exported from code.google.com/p/ros-by-example
60 stars 64 forks source link

openni-tracker for hyro does not work as suggested in the book #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 varung...@gmail.com on 4 Feb 2014 at 12:28

GoogleCodeExporter commented 9 years ago
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 PiRobotProductions@gmail.com on 4 Feb 2014 at 2:25

GoogleCodeExporter commented 9 years ago
Sorry, it still does not work for me.

Original comment by varung...@gmail.com on 4 Feb 2014 at 2:50

GoogleCodeExporter commented 9 years ago
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 PiRobotProductions@gmail.com on 4 Feb 2014 at 2:59