Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 629 Bytes

bounding_box_array_to_bounding_box.rst

File metadata and controls

32 lines (18 loc) · 629 Bytes

BoundingBoxArrayToBoundingBox

What is this?

image

Convert jsk_recognition_msgs/BoundingBoxArray to jsk_recognition_msgs/BoundingBox.

Subscribing Topic

  • ~input (jsk_recognition_msgs/BoundingBoxArray)

    Bounding box array.

Publishing Topic

  • ~output (jsk_recognition_msgs/BoundingBox)

Parameters

  • ~index (Int, default: -1)

    Index value where bounding box is extracted from bounding box array. Please note that negative index is skipped.