|
def | __init__ (self, args, kwargs) |
|
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 | setUp (self) |
|
def | tearDown (self) |
|
def | test_bad_stamped (self) |
|
def | test_bad_timeout (self) |
|
def | test_creates_proper_topics (self) |
|
def | test_latency_management_less_than_zero (self) |
|
def | test_latency_management_one (self) |
|
def | test_latency_management_zero (self) |
|
def | test_manager_stamped (self) |
|
def | test_manager_unstamped (self) |
|
def | twist_stamped_eq (self, msg1, msg2) |
|
Definition at line 10 of file test_functional.py.
def test_functional.TestTwistCommand.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def test_functional.TestTwistCommand.generate_twist |
( |
|
self, |
|
|
|
x = 0 , |
|
|
|
y = 0 , |
|
|
|
z = 0 , |
|
|
|
rx = 0 , |
|
|
|
ry = 0 , |
|
|
|
rz = 0 |
|
) |
| |
def test_functional.TestTwistCommand.generate_twist_stamped |
( |
|
self, |
|
|
|
time, |
|
|
|
seq = 0 , |
|
|
|
frame_id = '' , |
|
|
|
x = 0 , |
|
|
|
y = 0 , |
|
|
|
z = 0 , |
|
|
|
ax = 0 , |
|
|
|
ay = 0 , |
|
|
|
az = 0 |
|
) |
| |
def test_functional.TestTwistCommand.listener |
( |
|
self, |
|
|
|
data |
|
) |
| |
def test_functional.TestTwistCommand.setUp |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.tearDown |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_bad_stamped |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_bad_timeout |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_creates_proper_topics |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_latency_management_less_than_zero |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_latency_management_one |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_latency_management_zero |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_manager_stamped |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.test_manager_unstamped |
( |
|
self | ) |
|
def test_functional.TestTwistCommand.twist_stamped_eq |
( |
|
self, |
|
|
|
msg1, |
|
|
|
msg2 |
|
) |
| |
Tests TwistStamped equality, disregarding header.seq. `seq` can be overwritten
when published and is a deprecated feature, so it left out of the equality check..
Definition at line 85 of file test_functional.py.
test_functional.TestTwistCommand.message_received |
test_functional.TestTwistCommand.message_stamp |
test_functional.TestTwistCommand.msg |
test_functional.TestTwistCommand.pub |
test_functional.TestTwistCommand.sub |
The documentation for this class was generated from the following file: