vision_msgs

package
v0.0.0-...-d395cb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package vision_msgs contains message definitions (autogenerated).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoundingBox2D

type BoundingBox2D struct {
	msg.Package `ros:"vision_msgs"`
	Center      geometry_msgs.Pose2D
	SizeX       float64
	SizeY       float64
}

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 ObjectHypothesis struct {
	msg.Package `ros:"vision_msgs"`
	Id          int64
	Score       float64
}

type ObjectHypothesisWithPose

type ObjectHypothesisWithPose struct {
	msg.Package `ros:"vision_msgs"`
	Id          int64
	Score       float64
	Pose        geometry_msgs.PoseWithCovariance
}

type VisionInfo

type VisionInfo struct {
	msg.Package      `ros:"vision_msgs"`
	Header           std_msgs.Header
	Method           string
	DatabaseLocation string
	DatabaseVersion  int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL