File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -8,31 +8,30 @@ Converts a ROS2 `sensor_msgs/msg/Image` to QImage.
88
99# Installation
1010
11- ### ROS2 Galactic / Humble / Rolling
11+ ### ROS2 Humble / Humble / Rolling
12+
13+ ## Binary Installation
1214
1315Binary installation is available. Source your ROS installation, then run:
1416
1517```
1618sudo apt install ros-${ROS_DISTRO}-ros-image-to-qimage
1719```
1820
21+ ## Source Installation
22+
1923Alternatively to build from source, source your ROS installation, then run the following in your ROS workspace:
2024
2125```
22- git clone https://github.com/ros-sports/ros_image_to_qimage.git src/ros_image_to_qimage --branch ${ROS_DISTRO}
26+ // For ROS 2 Iron / Rolling
27+ git clone https://github.com/ros-sports/ros_image_to_qimage.git src/ros_image_to_qimage
2328colcon build
24- ```
25-
26- ### ROS2 Foxy
2729
28- Only source installation is available. Source your ROS installation, then run the following in your ROS workspace:
29-
30- ```
31- git clone https://github.com/ros-sports/ros_image_to_qimage.git src/ros_image_to_qimage --branch ${ROS_DISTRO}
30+ // For ROS 2 Humble
31+ git clone https://github.com/ros-sports/ros_image_to_qimage.git src/ros_image_to_qimage --branch humble
3232colcon build
3333```
3434
35-
3635# Usage
3736
3837## C++
You can’t perform that action at this time.
0 commit comments