Skip to content

Commit

Permalink
Update expected type name in topic monitor (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored May 14, 2019
1 parent ccf8ff6 commit a64f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topic_monitor/topic_monitor/scripts/topic_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def add_monitored_topic(
self.monitored_topics[topic_name] = monitored_topic

def is_supported_type(self, type_name):
return type_name == 'std_msgs/Header'
return type_name == 'std_msgs/msg/Header'

def get_topic_info(self, topic_name):
"""Infer topic info (e.g. QoS reliability) from the topic name."""
Expand Down

0 comments on commit a64f768

Please sign in to comment.