Update README.md
This commit is contained in:
parent
16db8e77be
commit
8ee43ca795
|
|
@ -3,6 +3,7 @@ This project is a migration from ROS1 to ROS2. The original code was developed b
|
||||||
|
|
||||||
## image2rtsp
|
## image2rtsp
|
||||||
This project enables the conversion of a selected ROS2 topic of type `sensor_msgs::msg::Image` into an `RTSP` stream, with an anticipated delay of approximately 30-50ms. The generated stream can be utilized for various purposes such as remote control, object detection tasks, monitoring, and more. Please note that the migration process is ongoing, and therefore, the complete functionality of the original package is not yet available.
|
This project enables the conversion of a selected ROS2 topic of type `sensor_msgs::msg::Image` into an `RTSP` stream, with an anticipated delay of approximately 30-50ms. The generated stream can be utilized for various purposes such as remote control, object detection tasks, monitoring, and more. Please note that the migration process is ongoing, and therefore, the complete functionality of the original package is not yet available.
|
||||||
|
|
||||||
The development is being carried out on Ubuntu 20.04 with ROS2 Foxy.
|
The development is being carried out on Ubuntu 20.04 with ROS2 Foxy.
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- ROS2 foxy
|
- ROS2 foxy
|
||||||
|
|
@ -12,7 +13,7 @@ The development is being carried out on Ubuntu 20.04 with ROS2 Foxy.
|
||||||
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev libgstrtspserver-1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad
|
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev libgstrtspserver-1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad
|
||||||
```
|
```
|
||||||
## Install
|
## Install
|
||||||
- Navigate to the root directory, create a new directory named `image2rtsp/src`, and then change the current working directory to `image2rtsp/src`:
|
- Navigate to the root directory, create a new directory named `ros2_ws/src`, and then change the current working directory to `ros2_ws/src`:
|
||||||
```bashrc
|
```bashrc
|
||||||
cd
|
cd
|
||||||
mkdir -p ros2_ws/src
|
mkdir -p ros2_ws/src
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue