Documentation
¶
Overview ¶
Package vision_msgs contains message definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundingBox2D ¶
type BoundingBox2DArray ¶
type BoundingBox2DArray struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Boxes []BoundingBox2D }
type BoundingBox3D ¶
type BoundingBox3D struct { msg.Package `ros:"vision_msgs"` Center geometry_msgs.Pose Size geometry_msgs.Vector3 }
type BoundingBox3DArray ¶
type BoundingBox3DArray struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Boxes []BoundingBox3D }
type Classification2D ¶
type Classification2D struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Results []ObjectHypothesis SourceImg sensor_msgs.Image }
type Classification3D ¶
type Classification3D struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Results []ObjectHypothesis SourceCloud sensor_msgs.PointCloud2 }
type Detection2D ¶
type Detection2D struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Results []ObjectHypothesisWithPose Bbox BoundingBox2D SourceImg sensor_msgs.Image }
type Detection2DArray ¶
type Detection2DArray struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Detections []Detection2D }
type Detection3D ¶
type Detection3D struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Results []ObjectHypothesisWithPose Bbox BoundingBox3D SourceCloud sensor_msgs.PointCloud2 }
type Detection3DArray ¶
type Detection3DArray struct { msg.Package `ros:"vision_msgs"` Header std_msgs.Header Detections []Detection3D }
type ObjectHypothesis ¶
type ObjectHypothesisWithPose ¶
type ObjectHypothesisWithPose struct { msg.Package `ros:"vision_msgs"` Id int64 Score float64 Pose geometry_msgs.PoseWithCovariance }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.