-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openi_tracker failed to build for Ubuntu 13.04 (raring) #6
Comments
Looks like it is failing because it can't find the dependency libopenni-nite-dev: I think that libopenni-nite-dev is a package that gets manually copied to the ROS apt repo. @tfoote is that missing for raring? |
Yes, it's an externally provided binary that I don't know of a package On Tue, Feb 4, 2014 at 12:13 PM, Jonathan Binney
|
AFAIK, this library was released by someone within Willow back. @tfoote do you know the maintainer and/or have access to those files/that library? |
The good news is I know who. The bad news is that I did much of that packing. The problem is that nite is not open source it's a binary blob. The interface is defined. I don't think the blob ports forward. The debs are basically hand rolled. you could try just rewriting the metadata, but I'm pretty sure there's a reason it hasn't happened already. |
@bit-pirate @tfoote Myself and @jarvisschultz have been trying to figure out a way to get openni_tracker released into indigo and I think there are two options:
If the second choice is better, I can create a pull request with the changes to openni_tracker to allow it to be built - either way, it may be worth removing these lines anyway from CMakeLists since it seems to have problems on other platforms, ie #7. |
If it can be achieved, I think the 2nd option is good. Especially if it can give a useful runtime error saying that nite cannot be found and link to where to get it. |
If we choose the 2nd option, then there should be an info (warning) during compile highlighting the need for a manual install of Nite. Also, (if possible) there should be a warning, if someone tries to run the tracker w/o nite being installed. |
It seems that the openi_tracker failed to build for Ubuntu 13.04 for hydro.
sudo apt-get install ros-hydro-openni-tracker
does not work and gives the following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-hydro-openni-tracker
Thanks
The text was updated successfully, but these errors were encountered: