Skip to content

Commit 6e1b3ba

Browse files
committed
update README for iron
Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
1 parent 9befeaf commit 6e1b3ba

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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

1315
Binary installation is available. Source your ROS installation, then run:
1416

1517
```
1618
sudo apt install ros-${ROS_DISTRO}-ros-image-to-qimage
1719
```
1820

21+
## Source Installation
22+
1923
Alternatively 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
2328
colcon 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
3232
colcon build
3333
```
3434

35-
3635
# Usage
3736

3837
## C++

0 commit comments

Comments
 (0)