Definition at line 49 of file test_topic_statistics.py.
◆ assert_eventually()
def test_topic_statistics.TestTopicStatistics.assert_eventually |
( |
|
self, |
|
|
|
cond, |
|
|
|
timeout = rospy.Duration(5.0) , |
|
|
|
interval = rospy.Duration(0.5) |
|
) |
| |
◆ frequency_acceptable()
def test_topic_statistics.TestTopicStatistics.frequency_acceptable |
( |
|
self, |
|
|
|
topic, |
|
|
|
expected, |
|
|
|
error_margin = 0.1 |
|
) |
| |
return True if topic message's measured frequency
is within some error margin of expected frequency
Definition at line 69 of file test_topic_statistics.py.
◆ new_msg()
def test_topic_statistics.TestTopicStatistics.new_msg |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ setUp()
def test_topic_statistics.TestTopicStatistics.setUp |
( |
|
self | ) |
|
◆ test_frequencies()
def test_topic_statistics.TestTopicStatistics.test_frequencies |
( |
|
self | ) |
|
◆ topic_statistic_msg_map
test_topic_statistics.TestTopicStatistics.topic_statistic_msg_map |
The documentation for this class was generated from the following file: