37 Interface for rqt_bag plugins. 38 User-defined plugins may either subclass `rqt_bag.plugin.Plugin` or according to duck typing implement only the needed methods. 45 """Return a class which is a child of rqt_bag.plugin.topic_message_view.TopicMessageView.""" 46 raise NotImplementedError()
50 Return a class which is a child of rqt_bag.plugin.timeline_renderer.TimelineRenderer. 51 To omit the renderer component simply return None. 57 Return alist of message types which this plugin operates on. 58 To allow your plugin to be run on all message types return ['*']. def get_message_types(self)
def get_renderer_class(self)