class for the find cluster bounding box service More...
Public Member Functions | |
def | __init__ |
def | find_cluster_bounding_box |
find the cluster bounding box with the z-axis in the z-up-frame being fixed | |
def | find_cluster_bounding_box2_3d_callback |
service callback for the find_cluster_bounding_box2 service | |
def | find_cluster_bounding_box2_callback |
service callback for the find_cluster_bounding_box2 service | |
def | find_cluster_bounding_box_3d |
find the cluster bounding box without any special fixed axes | |
def | find_cluster_bounding_box_3d_callback |
service callback for the find_cluster_bounding_box service | |
def | find_cluster_bounding_box_callback |
service callback for the find_cluster_bounding_box service | |
Public Attributes | |
cbbf | |
cbbf3d | |
tf_listener |
class for the find cluster bounding box service
Definition at line 53 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.__init__ | ( | self, | |
tf_listener = None |
|||
) |
Definition at line 55 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box | ( | self, | |
req | |||
) |
find the cluster bounding box with the z-axis in the z-up-frame being fixed
Definition at line 101 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box2_3d_callback | ( | self, | |
req | |||
) |
service callback for the find_cluster_bounding_box2 service
Definition at line 94 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box2_callback | ( | self, | |
req | |||
) |
service callback for the find_cluster_bounding_box2 service
Definition at line 80 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box_3d | ( | self, | |
req | |||
) |
find the cluster bounding box without any special fixed axes
Definition at line 130 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box_3d_callback | ( | self, | |
req | |||
) |
service callback for the find_cluster_bounding_box service
Definition at line 87 of file cluster_bounding_box_finder_server.py.
def cluster_bounding_box_finder_server.ClusterBoundingBoxFinderServer.find_cluster_bounding_box_callback | ( | self, | |
req | |||
) |
service callback for the find_cluster_bounding_box service
Definition at line 73 of file cluster_bounding_box_finder_server.py.
Definition at line 55 of file cluster_bounding_box_finder_server.py.
Definition at line 55 of file cluster_bounding_box_finder_server.py.
Definition at line 55 of file cluster_bounding_box_finder_server.py.