You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 issue reported on code.google.com by
[email protected]
on 4 Feb 2014 at 12:28The text was updated successfully, but these errors were encountered: