
Public Member Functions | |
| def | __init__ (self, rest_name) |
| def | compute_grasps_cb (self, srv_name, srv_type, request) |
| def | detect_items_cb (self, srv_name, srv_type, request) |
| def | publish_items (self, items) |
Public Member Functions inherited from rc_reason_clients.pick.PickClient | |
| def | __init__ (self, rest_name) |
| def | publish_grasps (self, grasps) |
| def | publish_grasps_markers (self, grasps) |
| def | publish_lc_markers (self, lcs) |
| def | publish_lcs (self, lcs) |
| def | start (self) |
| def | stop (self) |
Public Member Functions inherited from rc_reason_clients.rest_client.RestClient | |
| def | __init__ (self, rest_name, ignored_parameters=[]) |
| def | add_rest_service (self, srv_type, srv_name, callback) |
| def | call_rest_service (self, name, srv_type=None, request=None) |
Additional Inherited Members | |
Public Attributes inherited from rc_reason_clients.pick.PickClient | |
| grasp_markers | |
| lc_markers | |
| pub_markers | |
| pub_tf | |
| publish_markers | |
| publish_tf | |
Public Attributes inherited from rc_reason_clients.rest_client.RestClient | |
| ddr | |
| host | |
| ignored_parameters | |
| rest_name | |
| rest_services | |
| def rc_reason_clients.pick.BoxPickClient.__init__ | ( | self, | |
| rest_name | |||
| ) |
| def rc_reason_clients.pick.BoxPickClient.compute_grasps_cb | ( | self, | |
| srv_name, | |||
| srv_type, | |||
| request | |||
| ) |
| def rc_reason_clients.pick.BoxPickClient.detect_items_cb | ( | self, | |
| srv_name, | |||
| srv_type, | |||
| request | |||
| ) |
| def rc_reason_clients.pick.BoxPickClient.publish_items | ( | self, | |
| items | |||
| ) |