Public Member Functions | |
def | __init__ |
def | close |
def | next |
Public Attributes | |
buff_x | |
buff_y | |
error | |
field_evals | |
lock | |
name | |
start_time | |
sub | |
Private Member Functions | |
def | _get_data |
def | _ros_cb |
Subscriber to ROS topic that buffers incoming data
Definition at line 90 of file rosplot.py.
def rqt_plot.rosplot.ROSData.__init__ | ( | self, | |
topic, | |||
start_time | |||
) |
Definition at line 95 of file rosplot.py.
def rqt_plot.rosplot.ROSData._get_data | ( | self, | |
msg | |||
) | [private] |
Definition at line 153 of file rosplot.py.
def rqt_plot.rosplot.ROSData._ros_cb | ( | self, | |
msg | |||
) | [private] |
ROS subscriber callback :param msg: ROS message data
Definition at line 115 of file rosplot.py.
def rqt_plot.rosplot.ROSData.close | ( | self | ) |
Definition at line 112 of file rosplot.py.
def rqt_plot.rosplot.ROSData.next | ( | self | ) |
Get the next data in the series :returns: [xdata], [ydata]
Definition at line 135 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.
Definition at line 95 of file rosplot.py.