Skip to content

Commit 0c89b00

Browse files
author
Enrique Fernandez
committed
Add processing log info msg
1 parent cb5fe5c commit 0c89b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bag_tools/scripts/plot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ def __init__(self, bags, topics, plot_arrays=True, plot_headers=True, plot_forma
427427
rospy.logwarn("Does NOT support multiple bags yet! Only first bag will be used.")
428428
bag = self._bags[0]
429429

430+
rospy.loginfo("Processing %s ..." % bag)
431+
430432
# Retrieve/Expand plottable topic fields:
431433
plottable_topics = []
432434
for topic in topics:

0 commit comments

Comments
 (0)