Public Member Functions | |
def | __init__ (self, topic, start_time) |
def | close (self) |
def | next (self) |
Public Attributes | |
buff_x | |
buff_y | |
error | |
field_evals | |
lock | |
name | |
start_time | |
sub | |
Private Member Functions | |
def | _get_data (self, msg) |
def | _ros_cb (self, msg) |
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 96 of file rosplot.py.
|
private |
Definition at line 154 of file rosplot.py.
|
private |
ROS subscriber callback :param msg: ROS message data
Definition at line 116 of file rosplot.py.
def rqt_plot.rosplot.ROSData.close | ( | self | ) |
Definition at line 113 of file rosplot.py.
def rqt_plot.rosplot.ROSData.next | ( | self | ) |
Get the next data in the series :returns: [xdata], [ydata]
Definition at line 136 of file rosplot.py.
rqt_plot.rosplot.ROSData.buff_x |
Definition at line 102 of file rosplot.py.
rqt_plot.rosplot.ROSData.buff_y |
Definition at line 103 of file rosplot.py.
rqt_plot.rosplot.ROSData.error |
Definition at line 99 of file rosplot.py.
rqt_plot.rosplot.ROSData.field_evals |
Definition at line 107 of file rosplot.py.
rqt_plot.rosplot.ROSData.lock |
Definition at line 101 of file rosplot.py.
rqt_plot.rosplot.ROSData.name |
Definition at line 97 of file rosplot.py.
rqt_plot.rosplot.ROSData.start_time |
Definition at line 98 of file rosplot.py.
rqt_plot.rosplot.ROSData.sub |
Definition at line 109 of file rosplot.py.