Public Member Functions | |
def | setUp |
def | tearDown |
def | test_cartesian_move_left |
def | test_cartesian_move_right |
Public Attributes | |
sample_rpc |
Definition at line 28 of file test_rpc.py.
def test_rpc.TestBaxterRpc.setUp | ( | self | ) |
Definition at line 30 of file test_rpc.py.
def test_rpc.TestBaxterRpc.tearDown | ( | self | ) |
Definition at line 33 of file test_rpc.py.
def test_rpc.TestBaxterRpc.test_cartesian_move_left | ( | self | ) |
Test criteria: The ROS Service return bool, and True if the internal call finished without issue.
Definition at line 36 of file test_rpc.py.
def test_rpc.TestBaxterRpc.test_cartesian_move_right | ( | self | ) |
Test criteria: The ROS Service return bool, and True if the internal call finished without issue.
Definition at line 43 of file test_rpc.py.
Definition at line 30 of file test_rpc.py.