Functions | |
| def | contact_mat |
| def | find_contact_images |
| def | find_contact_times |
| def | get_closest_msgs |
| def | group_by_first_el |
Variables | |
| tuple | all_cam_times = group_by_first_el([[top, msg.header.stamp.to_time()] for top, msg, t in ru.bag_iter(fname_wide, [ws_l, ws_r])]) |
| string | cloud_top = '/full_cloud' |
| list | fname = sys.argv[1] |
| list | fname_wide = sys.argv[2] |
| string | forearm_cam_l = '/l_forearm_cam/image_rect_color' |
| tuple | msgs_dict = ru.bag_sel(fname, [press_lt, press_rt]) |
| list | press_lmsgs = [msg for top, msg, t in msgs_dict[press_lt]] |
| string | press_lt = '/pressure/l_gripper_motor' |
| list | press_rmsgs = [msg for top, msg, t in msgs_dict[press_rt]] |
| string | press_rt = '/pressure/r_gripper_motor' |
| string | ws_l = '/wide_stereo/left/image_rect_color' |
| string | ws_r = '/wide_stereo/right/image_rect_color' |
| def hai_sandbox.test03.contact_mat | ( | contact_msgs | ) |
| def hai_sandbox.test03.find_contact_images | ( | bag_name, | |
| contact_times, | |||
| all_times, | |||
| topic_name | |||
| ) |
| def hai_sandbox.test03.find_contact_times | ( | left_mat, | |
| right_mat, | |||
| times | |||
| ) |
| def hai_sandbox.test03.get_closest_msgs | ( | fname, | |
| topics, | |||
| times | |||
| ) |
| def hai_sandbox.test03.group_by_first_el | ( | a_list | ) |
| tuple hai_sandbox::test03::all_cam_times = group_by_first_el([[top, msg.header.stamp.to_time()] for top, msg, t in ru.bag_iter(fname_wide, [ws_l, ws_r])]) |
| string hai_sandbox::test03::cloud_top = '/full_cloud' |
| list hai_sandbox::test03::fname = sys.argv[1] |
| list hai_sandbox::test03::fname_wide = sys.argv[2] |
| string hai_sandbox::test03::forearm_cam_l = '/l_forearm_cam/image_rect_color' |
| tuple hai_sandbox::test03::msgs_dict = ru.bag_sel(fname, [press_lt, press_rt]) |
| string hai_sandbox::test03::press_lt = '/pressure/l_gripper_motor' |
| string hai_sandbox::test03::press_rt = '/pressure/r_gripper_motor' |
| string hai_sandbox::test03::ws_l = '/wide_stereo/left/image_rect_color' |
| string hai_sandbox::test03::ws_r = '/wide_stereo/right/image_rect_color' |