Functions | |
def | AccelGetData |
def | AccelGetDataDeviceStandStraight |
def | get_tf |
def | ImageColorGetData |
def | ImageColorTest |
def | ImageColorTest_3epsilon |
def | ImageDepthGetData |
def | ImageDepthGetData_decimation |
def | ImageDepthInColorShapeGetData |
def | ImageGetData |
def | ImuGetData |
def | ImuTest |
def | main |
def | NotImageColorTest |
def | PointCloudTest |
def | print_results |
def | run_test |
def | run_tests |
def | staticTFTest |
Variables | |
dictionary | test_types |
int | tf_timeout = 5 |
def rs2_test.AccelGetData | ( | rec_filename | ) |
Definition at line 36 of file rs2_test.py.
def rs2_test.AccelGetDataDeviceStandStraight | ( | rec_filename | ) |
Definition at line 39 of file rs2_test.py.
def rs2_test.get_tf | ( | tf_listener, | |
from_id, | |||
to_id | |||
) |
Definition at line 270 of file rs2_test.py.
def rs2_test.ImageColorGetData | ( | rec_filename | ) |
Definition at line 102 of file rs2_test.py.
def rs2_test.ImageColorTest | ( | data, | |
gt_data | |||
) |
Definition at line 126 of file rs2_test.py.
def rs2_test.ImageColorTest_3epsilon | ( | data, | |
gt_data | |||
) |
Definition at line 164 of file rs2_test.py.
def rs2_test.ImageDepthGetData | ( | rec_filename | ) |
Definition at line 106 of file rs2_test.py.
def rs2_test.ImageDepthGetData_decimation | ( | rec_filename | ) |
Definition at line 119 of file rs2_test.py.
def rs2_test.ImageDepthInColorShapeGetData | ( | rec_filename | ) |
Definition at line 110 of file rs2_test.py.
def rs2_test.ImageGetData | ( | rec_filename, | |
topic | |||
) |
Definition at line 72 of file rs2_test.py.
def rs2_test.ImuGetData | ( | rec_filename, | |
topic | |||
) |
Definition at line 18 of file rs2_test.py.
def rs2_test.ImuTest | ( | data, | |
gt_data | |||
) |
Definition at line 45 of file rs2_test.py.
def rs2_test.main | ( | ) |
Definition at line 344 of file rs2_test.py.
def rs2_test.NotImageColorTest | ( | data, | |
gt_data | |||
) |
Definition at line 168 of file rs2_test.py.
def rs2_test.PointCloudTest | ( | data, | |
gt_data | |||
) |
Definition at line 172 of file rs2_test.py.
def rs2_test.print_results | ( | results | ) |
Definition at line 253 of file rs2_test.py.
def rs2_test.run_test | ( | test, | |
listener_res | |||
) |
Definition at line 245 of file rs2_test.py.
def rs2_test.run_tests | ( | tests | ) |
Definition at line 285 of file rs2_test.py.
def rs2_test.staticTFTest | ( | data, | |
gt_data | |||
) |
Definition at line 193 of file rs2_test.py.
dictionary rs2_test::test_types |
Definition at line 204 of file rs2_test.py.
int rs2_test::tf_timeout = 5 |
Definition at line 16 of file rs2_test.py.