posedetection_msgs¶
Contents:
Summary¶
-
posedetection_msgs
¶ Version: 2.0.0
Description: posedetection_msgs provides messages and services to facilitate passing pose detection results and features.
Maintainers: - Kei Okada <k-okada AT jsk DOT t DOT u-tokyo DOT ac DOT jp>
Licenses: - BSD
Urls: Authors: - Rosen Diankov
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
posedetection_msgs/Feature1DDetect
posedetection_msgs/Detect
posedetection_msgs/Feature0DDetect
posedetection_msgs/TargetObj
-
posedetection_msgs/Feature1DDetect
¶ Field (Request): - image (sensor_msgs/Image) –
Field (Response): - features (posedetection_msgs/Feature1D) –
sensor_msgs/Image image --- posedetection_msgs/Feature1D features
-
posedetection_msgs/Detect
¶ Field (Request): - image (sensor_msgs/Image) –
- camera_info (sensor_msgs/CameraInfo) –
Field (Response): - object_detection (posedetection_msgs/ObjectDetection) –
service that passes an image and gets object detection results
# service that passes an image and gets object detection results sensor_msgs/Image image sensor_msgs/CameraInfo camera_info --- ObjectDetection object_detection
-
posedetection_msgs/Feature0DDetect
¶ Field (Request): - image (sensor_msgs/Image) –
Field (Response): - features (posedetection_msgs/Feature0D) –
sensor_msgs/Image image --- posedetection_msgs/Feature0D features
-
posedetection_msgs/TargetObj
¶ Field (Request): - type (string) –
Field (Response): - object_pose (posedetection_msgs/Object6DPose) –
service that returns posedetection_msgs/Object6DPose
# service that returns posedetection_msgs/Object6DPose string type --- posedetection_msgs/Object6DPose object_pose