ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think this is (at least in part) a python bug in threading.py of python 2.7. I got the same error messages of
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in < module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
when I tried to launch the openni_driver or run the openni_camera/test/test_launch.py test.
There's a patch and discussion for it here.
It might not be all that's wrong (it didn't fix all my errors, anyway), but it should make those pertaining to the dummy threads go away.