Variables | |
| tuple | msg = PlotData() |
| int | offset = 0 |
| tuple | pub = rospy.Publisher("~output", PlotData, queue_size=1) |
| tuple | r = rospy.Rate(10) |
| tuple sample_2d_plot::msg = PlotData() |
Definition at line 15 of file sample_2d_plot.py.
| float sample_2d_plot::offset = 0 |
Definition at line 13 of file sample_2d_plot.py.
| tuple sample_2d_plot::pub = rospy.Publisher("~output", PlotData, queue_size=1) |
Definition at line 11 of file sample_2d_plot.py.
| tuple sample_2d_plot::r = rospy.Rate(10) |
Definition at line 12 of file sample_2d_plot.py.