
Public Member Functions | |
| def | __init__ (self, timeline, parent, topic) |
| def | message_cleared (self) |
| def | message_viewed (self, bag, msg_details) |
Public Attributes | |
| plot_widget | |
Static Public Attributes | |
| string | name = 'Plot' |
Popup plot viewer
Definition at line 88 of file plot_view.py.
| def rqt_bag_plugins.plot_view.PlotView.__init__ | ( | self, | |
| timeline, | |||
| parent, | |||
| topic | |||
| ) |
Definition at line 95 of file plot_view.py.
| def rqt_bag_plugins.plot_view.PlotView.message_cleared | ( | self | ) |
Definition at line 114 of file plot_view.py.
| def rqt_bag_plugins.plot_view.PlotView.message_viewed | ( | self, | |
| bag, | |||
| msg_details | |||
| ) |
refreshes the plot
Definition at line 102 of file plot_view.py.
|
static |
Definition at line 93 of file plot_view.py.
| rqt_bag_plugins.plot_view.PlotView.plot_widget |
Definition at line 98 of file plot_view.py.