├── CHANGELOG.rst ├── CMakeLists.txt ├── LICENSE ├── README.md ├── images_for_readme └── boundingbox_description.png ├── msg ├── BoundingBox.msg ├── BoundingBoxes.msg └── ObjectCount.msg └── package.xml /CHANGELOG.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/CHANGELOG.rst -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/README.md -------------------------------------------------------------------------------- /images_for_readme/boundingbox_description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/images_for_readme/boundingbox_description.png -------------------------------------------------------------------------------- /msg/BoundingBox.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/msg/BoundingBox.msg -------------------------------------------------------------------------------- /msg/BoundingBoxes.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/msg/BoundingBoxes.msg -------------------------------------------------------------------------------- /msg/ObjectCount.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/msg/ObjectCount.msg -------------------------------------------------------------------------------- /package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ar-Ray-code/bbox_ex_msgs/HEAD/package.xml --------------------------------------------------------------------------------