Phidget Interface Kit not being detected
I have recently attempted to get the phidget interface kit working on a second system... I believe I have followed the same steps as I did before by installing from these links (in to a sandbox directory):
http://mediabox.grasp.upenn.edu/roswiki/phidgetspp_c_api.html
http://mediabox.grasp.upenn.edu/roswiki/phidgets_py_api.html
http://mediabox.grasp.upenn.edu/roswiki/phidgets_ros.html#InterfaceKit_ROS_API
All three packages "made" correctly (or at least without errors).
lsusb shows that the interface kit is being read:
Bus 001 Device 005: ID 06c2:0045 Phidgets Inc. (formerly GLAB) PhidgetInterface Kit 8-8-8
However, when running "roslaunch phidgets_ros interface_kit.launch
", I receive this error:
[WARN] [WallTime: 1357252527.824527] No serial number specified. This node will connect to the first interface kit attached.
I have tested the interface kit itself on a known working system, and it seems to function just fine. It seems that for some reason, the interface kit is not being detected or picked up on the second system.
Any suggestions would be appreciated.