class documentation
ROS subscription filter. Identical arguments as rospy.Subscriber
.
This class acts as a highest-level filter, simply passing messages from a ROS subscription through to the filters which have connected to it.
Method | __getattr__ |
Serve same API as rospy.Subscriber |
Method | __init__ |
Undocumented |
Method | callback |
Undocumented |
Method | get |
Undocumented |
Instance Variable | sub |
Undocumented |
Instance Variable | topic |
Undocumented |
Inherited from SimpleFilter
:
Method | register |
Register a callback function cb to be called when this filter has output. The filter calls the function cb with a filter-dependent list of arguments, followed by the call-supplied arguments args. |
Method | signal |
Undocumented |
Instance Variable | callbacks |
Undocumented |