andrew-ang

Results 8 comments of andrew-ang

Hi, I'm facing this problem too. I currently have 1.8.9 at the moment, installed using "sudo apt-get install ros-groovy-openni-camera". How can I go about reverting to the older version 1.8.8,...

I tried to compile the code for 1.8.8, but I'm getting a fatal error saying that XnCppWrapper.h is not found, at line 46 of openni_camera/include/openni_camera/openni_device.h. I have the file XnCppWrapper.h...

@jonbinney I installed openni from here: http://www.openni.org/openni-sdk/openni-sdk-history-2/. I downloaded the SDK v1.5.4 and the driver v5.1.2.1, untarred them, and then ran their install scripts. I just tried using the rosdep...

@jonbinney It compiles now! But, how do I install openni_launch to test if the problem is solved? When I try to do sudo apt-get install ros-groovy-openni-launch, it tells me that...

@jonbinney I installed openni_launch from source and tried to run `roslaunch openni_launch openni.launch` and got the following output: ``` $ roslaunch openni_launch openni.launch ... logging to /home/andrew/.ros/log/c8583f10-1397-11e3-b470-002170092c68/roslaunch-Andrew-Ubuntu-31987.log Checking log directory...

@jonbinney Apologies, the output I previously produced was NOT the rollback_usb branch; it was the code I checked out labelled 1.8.8: https://github.com/ros-drivers/openni_camera/tree/ee00cb1cac2a60d4023eeda0ecb6c5e59f36a6af. But in any case, I checked out rollback_usb,...

@robevans are you running on a 32-bit or a 64-bit machine? Can you describe your development environment and installation process please?

I had a new install of Ubuntu 12.10 on a new machine, and 1.8.8/rollback_usb worked. I don't know whats wrong with my first machine though, it just didn't work.