Go to the source code of this file.
Namespaces | |
namespace | plot_data_to_csv |
Functions | |
def | plot_data_to_csv.callback |
Variables | |
int | plot_data_to_csv.counter = 0 |
tuple | plot_data_to_csv.filename = rospy.get_param("~filename", "output_%04d.csv") |
tuple | plot_data_to_csv.sub = rospy.Subscriber("~input", PlotData, callback, queue_size=1) |