Skip to main content

lasr_vision_msgs

Messages required for vision processing

This package is maintained by:

Prerequisites

This package depends on the following ROS packages:

  • catkin (buildtool)
  • message_generation (build)
  • message_runtime (exec)
  • sensor_msgs (build)
  • sensor_msgs (exec)

Ask the package maintainer to write or create a blank doc/PREREQUISITES.md for their package!

Usage

Ask the package maintainer to write a doc/USAGE.md for their package!

Example

Ask the package maintainer to write a doc/EXAMPLE.md for their package!

Technical Overview

Ask the package maintainer to write a doc/TECHNICAL.md for their package!

ROS Definitions

Launch Files

This package has no launch files.

Messages

Detection

FieldTypeDescription
namestringDetected Object Class
confidencefloat32How certain we are this is what we think it is
xywhint32[]Bounding box mask defined in pixel-space
xysegint32[]Segmentation mask defined in pixel-space

This will be empty if a segmentation model was not used

Services

YoloDetection

Request

FieldTypeDescription
image_rawsensor_msgs/ImageImage to run inference on
datasetstringYOLO model to use
confidencefloat32How certain the detection should be to include
nmsfloat32Non-maximum Supression

Guiding value to remove overlapping bounding boxes

Response

FieldTypeDescription
detected_objectslasr_vision_msgs/Detection[]Detection result

Actions

This package has no actions.