From 9362e759f772f32fdea3fb4d610036f148362717 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Mon, 24 Jun 2024 00:04:36 +0500 Subject: [PATCH] Compress ROS Guide Images (#13914) --- docs/en/guides/ros-quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/guides/ros-quickstart.md b/docs/en/guides/ros-quickstart.md index 93b78b88..ff39ab32 100644 --- a/docs/en/guides/ros-quickstart.md +++ b/docs/en/guides/ros-quickstart.md @@ -48,7 +48,7 @@ In ROS, communication between nodes is facilitated through [messages](https://wi This guide has been tested using [this ROS environment](https://github.com/ambitious-octopus/rosbot_ros/tree/noetic), which is a fork of the [ROSbot ROS repository](https://github.com/husarion/rosbot_ros). This environment includes the Ultralytics YOLO package, a Docker container for easy setup, comprehensive ROS packages, and Gazebo worlds for rapid testing. It is designed to work with the [Husarion ROSbot 2 PRO](https://husarion.com/manuals/rosbot/). The code examples provided will work in any ROS Noetic/Melodic environment, including both simulation and real-world.

- Husarion ROSbot 2 PRO + Husarion ROSbot 2 PRO

### Dependencies Installation @@ -72,7 +72,7 @@ Apart from the ROS environment, you will need to install the following dependenc The `sensor_msgs/Image` [message type](https://docs.ros.org/en/api/sensor_msgs/html/msg/Image.html) is commonly used in ROS for representing image data. It contains fields for encoding, height, width, and pixel data, making it suitable for transmitting images captured by cameras or other sensors. Image messages are widely used in robotic applications for tasks such as visual perception, object detection, and navigation.

- Detection and Segmentation in ROS Gazebo + Detection and Segmentation in ROS Gazebo

### Image Step-by-Step Usage @@ -345,7 +345,7 @@ while True: ## Use Ultralytics with ROS `sensor_msgs/PointCloud2`

- Detection and Segmentation in ROS Gazebo + Detection and Segmentation in ROS Gazebo

The `sensor_msgs/PointCloud2` [message type](https://docs.ros.org/en/api/sensor_msgs/html/msg/PointCloud2.html) is a data structure used in ROS to represent 3D point cloud data. This message type is integral to robotic applications, enabling tasks such as 3D mapping, object recognition, and localization.