ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

nhanndt's profile - activity

2013-01-31 13:40:24 -0500 received badge  Famous Question (source)
2013-01-31 13:40:24 -0500 received badge  Notable Question (source)
2012-11-14 23:57:30 -0500 received badge  Famous Question (source)
2012-02-21 22:05:54 -0500 received badge  Popular Question (source)
2012-01-04 01:58:02 -0500 received badge  Notable Question (source)
2011-09-02 12:45:05 -0500 marked best answer skeleton tracking: Open Source equivalent to closed source NITE?

There is currently a collaboration between Willow, TUM, Leuven (in the internship program) to make this happen, hopefully very soon this can be released. Cedric, Kurt or Caroline might be able to tell you more about it, as I just joined the effort.

2011-08-03 19:12:57 -0500 received badge  Supporter (source)
2011-08-01 04:49:13 -0500 received badge  Good Question (source)
2011-08-01 03:34:47 -0500 received badge  Nice Question (source)
2011-07-31 14:06:58 -0500 asked a question skeleton tracking: Open Source equivalent to closed source NITE?

Hi every one, i'm now woking on some project concerning to skeleton tracking with kinect. However, for a company, NITE is closed and needs a commercial license.I want to know whether or not there is any group working on an equivalent or similar open library in order to make the cooperation. Thank you.

2011-07-19 16:02:21 -0500 received badge  Popular Question (source)
2011-03-08 12:39:26 -0500 marked best answer Cannot find -lusb when building ni package!

okay, here's a solution, after trying the above mentioned approaches I still had the same problem but I finally figured it out.

Open System->Administration->Synaptic manager, search libusb and then select libusb-1.0-0-dev, libusb++-0.1-4c2 for installation.

and rerun rosmake ni --rosdep-install. It works perfectly if it doesn't work then for reference I have the following lib-usb* packages installed libhpmud0,libusb-0.1-4,libusb-1.0-0,libusb-dev,libusb-1.0-0-dev, libusb++-0.1-4c2,libusbsr,libftdi1,libusbmuxd1.

Make sure you have these and if you still have a problem then let me know

Best, CV

2011-03-08 12:39:26 -0500 received badge  Scholar (source)
2011-03-07 13:43:34 -0500 commented answer Cannot find -lusb when building ni package!
Thanks bro! I fixed it by running this command: " sudo apt-get install libusb -1.0-0-dev libusb-dev".
2011-03-06 17:22:14 -0500 received badge  Student (source)
2011-03-06 15:47:14 -0500 answered a question Cannot find -lusb when building ni package!

i'm on Ubuntu 10.04 and Diamondback version. I've also run rosmake --rosdep-install already, but the results are same.

2011-03-06 14:39:03 -0500 asked a question Cannot find -lusb when building ni package!

Hi everyone, When i run "rosmake ni". the following error appears: Linking CXX executable ../bin/openni_example /usr/bin/ld: cannot find -lusb collect2: ld returned 1 exit status Please help me fix it. Thanks a lot!