ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It should work in Indigo now (it didn't use to work in older Indigo releases, but now I tested it and it works).
The
AttributeError: 'NoneType' object has no attribute '__slots__'
means you reference an invalid field in your topic path definition. Make sure you correctly type in all parts of the path and "dereference" all arrays.