File: object_recognition_msgs/RecognizedObject.msg
Raw Message Definition
##################################################### HEADER ###########################################################
# The header frame corresponds to the pose frame, NOT the point_cloud frame.
Header header
################################################## OBJECT INFO #########################################################
# Contains information about the type and the position of a found object
# Some of those fields might not be filled because the used techniques do not fill them or because the user does not
# request them
# The type of the found object
object_recognition_msgs/ObjectType type
#confidence: how sure you are it is that object and not another one.
# It is between 0 and 1 and the closer to one it is the better
float32 confidence
################################################ OBJECT CLUSTERS #######################################################
# Sometimes you can extract the 3d points that belong to the object, in the frames of the original sensors
# (it is an array as you might have several sensors)
sensor_msgs/PointCloud2[] point_clouds
# Sometimes, you can only provide a bounding box/shape, even in 3d
# This is in the pose frame
shape_msgs/Mesh bounding_mesh
# Sometimes, you only have 2d input so you can't really give a pose, you just get a contour, or a box
# The last point will be linked to the first one automatically
geometry_msgs/Point[] bounding_contours
#################################################### POSE INFO #########################################################
# This is the result that everybody expects : the pose in some frame given with the input. The units are radian/meters
# as usual
geometry_msgs/PoseWithCovarianceStamped pose
Compact Message Definition