Functions | |
| def | np_to_pointcloud |
Variables | |
| tuple | contact_pub = rospy.Publisher('contact_cloud', sm.PointCloud) |
| tuple | left_con_pc = np_to_pointcloud(left_contact, 'base_footprint') |
| tuple | left_contact = np.column_stack(left_contact) |
| list | pname = sys.argv[1] |
| tuple | r = rospy.Rate(10) |
| tuple | right_con_pc = np_to_pointcloud(right_contact, 'base_footprint') |
| tuple | right_contact = np.column_stack(right_contact) |
| tuple | scene_pc = np_to_pointcloud(scene, 'base_footprint') |
| tuple | touchll_pub = rospy.Publisher('touch_ll', sm.PointCloud) |
| tuple | touchlr_pub = rospy.Publisher('touch_lr', sm.PointCloud) |
| def hai_sandbox.test10.np_to_pointcloud | ( | points_mat, | |
| frame | |||
| ) |
| tuple hai_sandbox::test10::contact_pub = rospy.Publisher('contact_cloud', sm.PointCloud) |
| tuple hai_sandbox::test10::left_con_pc = np_to_pointcloud(left_contact, 'base_footprint') |
| tuple hai_sandbox::test10::left_contact = np.column_stack(left_contact) |
| list hai_sandbox::test10::pname = sys.argv[1] |
| tuple hai_sandbox::test10::r = rospy.Rate(10) |
| tuple hai_sandbox::test10::right_con_pc = np_to_pointcloud(right_contact, 'base_footprint') |
| tuple hai_sandbox::test10::right_contact = np.column_stack(right_contact) |
| tuple hai_sandbox::test10::scene_pc = np_to_pointcloud(scene, 'base_footprint') |
| tuple hai_sandbox::test10::touchll_pub = rospy.Publisher('touch_ll', sm.PointCloud) |
| tuple hai_sandbox::test10::touchlr_pub = rospy.Publisher('touch_lr', sm.PointCloud) |