Using ASUS Xtion in rviz. Nothing showing in rviz [closed]
I'm new to Gazebo and rviz and am having trouble getting my ASUS Xtion Pro Live to work/ show information in rviz.
I'm on a fresh install of Groovy on 12.04. And the ASUS works in Windows...
I've cloned and made openni_launch and openni_camera without issue.
I've been following the "Overview" section here: http://ros.org/wiki/openni_launch but can't seem to get my ASUS to register data (using the instruction in the link).
Things I've seen:
I am seeing the error "Tried to advertise a service that is already advertised in this node" mentioned in the openni_launch page.
I am also seeing this error Failed to load nodelet [/camera/driver] of type [openni_camera/driver]: Could not find library corresponding to plugin openni_camera/driver. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.
When running lsusb
, I do not see an ASUS device listed explicitly ...
but I do see this entry Bus 001 Device 003: ID 1d27:0600
this, combined with the error above, makes me think a driver isn't installed correctly... which is weird because isn't the openni_launch supposed to contain all of the correct drivers? Or have I forgotten to install something?
Any suggestions would be appreciated.
Thank you