object_recognition_msgs¶
Contents:
Summary¶
-
object_recognition_msgs
¶ Version: 0.4.1
Description: Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core
Maintainers: - Vincent Rabaud <vincent DOT rabaud AT gmail DOT com>
Licenses: - BSD
Urls: Authors: - Vincent Rabaud <vincent DOT rabaud AT gmail DOT com>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <architecture_independent/>
Types¶
Service types¶
-
object_recognition_msgs/GetObjectInformation
¶ Field (Request): - type (object_recognition_msgs/ObjectType) –
Field (Response): - information (object_recognition_msgs/ObjectInformation) –
Retrieve extra data from the DB for a given object
The type of the object to retrieve info from
# Retrieve extra data from the DB for a given object # The type of the object to retrieve info from object_recognition_msgs/ObjectType type --- # Extra object info object_recognition_msgs/ObjectInformation information
Action types¶
-
object_recognition_msgs/ObjectRecognition
¶ Field (Goal): - use_roi (bool) –
- filter_limits[] (float32) –
Field (Result): - recognized_objects (object_recognition_msgs/RecognizedObjectArray) –
Optional ROI to use for the object detection
# Optional ROI to use for the object detection bool use_roi float32[] filter_limits --- # Send the found objects, see the msg files for docs object_recognition_msgs/RecognizedObjectArray recognized_objects --- #no feedback