Problem in wiimote_node.py
Hello,
i have a problem when i start the wiimote_node with rosrun wiimote wiimote_node.py. I get the following error message:
Traceback (most recent call last): File "wiimote_node.py", line 100, in <module> import wiimote.WIIMote File "/opt/ros/electric/stacks/joystick_drivers/wiimote/src/wiimote/WIIMote.py", line 48, in <module> import cwiid ImportError: /opt/ros/electric/stacks/joystick_drivers/cwiid/cwiid/lib/libcwiid.so.1: undefined symbol: clock_gettime
has anyone encountered the problem yet? I'm running out of ideas.
My os is ubuntu 11.10 32-bit
can you include what version of joystick drivers you have installed (look at the CMakeLists.txt in joystick_drivers).. I just installed the latest from the package manager (1.6.4) and ran it and it worked.