From 6d4db82b06a8755f9bd568ab86ae0a7e3118b206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sun, 6 Oct 2024 11:54:27 +0200 Subject: [PATCH] Update README.md with rename change announcement --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 478e9af..2ae2b87 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +> ## 🚨 **Repository Name Change Announcement** 🚨 +> +> We are planning to rename this repository from **yolov8_ros** to **yolo_ros** on **31-10-2024**. +> +> The repository is renamed since more YOLO models are supported in this tool, not only YOLOv8. +> +> Check out the updates in the [yolo_ros branch](https://github.com/mgonzs13/yolov8_ros/tree/yolo_ros). +> +> Please update your local repository, dependencies, scripts or tools that rely on the repository URL. +> +> After the name change, update your local repository URL: +> +> ```bash +> git remote set-url origin https://github.com/mgonzs13/yolo_ros.git +> ``` + # yolov8_ros ROS 2 wrap for [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) to perform object detection and tracking, instance segmentation, human pose estimation and Oriented Bounding Box (OBB). There are also 3D versions of object detection, including instance segmentation, and human pose estimation based on depth images.