|
| def | __init__ (self, args, kwargs) |
| |
| def | compare_twist_stamped (self, msg1, msg2) |
| |
| def | generate_twist (self, x=0, y=0, z=0, rx=0, ry=0, rz=0) |
| |
| def | generate_twist_stamped (self, time, seq=0, frame_id='', x=0, y=0, z=0, ax=0, ay=0, az=0) |
| |
| def | listener (self, data) |
| |
| def | reset_message_info (self) |
| |
| def | setUp (self) |
| |
| def | tearDown (self) |
| |
| def | test_twist_stamped_latency (self) |
| |
| def | test_twist_unstamped_latency (self) |
| |
Definition at line 11 of file test_latency.py.
| def test_latency.TestLatency.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
| def test_latency.TestLatency.compare_twist_stamped |
( |
|
self, |
|
|
|
msg1, |
|
|
|
msg2 |
|
) |
| |
| def test_latency.TestLatency.generate_twist |
( |
|
self, |
|
|
|
x = 0, |
|
|
|
y = 0, |
|
|
|
z = 0, |
|
|
|
rx = 0, |
|
|
|
ry = 0, |
|
|
|
rz = 0 |
|
) |
| |
| def test_latency.TestLatency.generate_twist_stamped |
( |
|
self, |
|
|
|
time, |
|
|
|
seq = 0, |
|
|
|
frame_id = '', |
|
|
|
x = 0, |
|
|
|
y = 0, |
|
|
|
z = 0, |
|
|
|
ax = 0, |
|
|
|
ay = 0, |
|
|
|
az = 0 |
|
) |
| |
| def test_latency.TestLatency.listener |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def test_latency.TestLatency.reset_message_info |
( |
|
self | ) |
|
| def test_latency.TestLatency.setUp |
( |
|
self | ) |
|
| def test_latency.TestLatency.tearDown |
( |
|
self | ) |
|
| def test_latency.TestLatency.test_twist_stamped_latency |
( |
|
self | ) |
|
| def test_latency.TestLatency.test_twist_unstamped_latency |
( |
|
self | ) |
|
| test_latency.TestLatency.message_received |
| test_latency.TestLatency.message_stamp |
| test_latency.TestLatency.msg |
| test_latency.TestLatency.msg_latency |
| test_latency.TestLatency.pub |
| test_latency.TestLatency.sub |
| test_latency.TestLatency.trials |
The documentation for this class was generated from the following file: