Skip to content

Commit 9affa2a

Browse files
committed
Final review ROS 2 install guide
1 parent ad9f886 commit 9affa2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/install-guides/ros2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ author: Odin Shen
44
minutes_to_complete: 30
55
official_docs: https://www.ros.org/blog/getting-started/
66

7-
draft: true
8-
97
test_images:
108
- ubuntu:latest
119
test_maintenance: true
@@ -73,7 +71,7 @@ sudo apt install -y \
7371
python3-colcon-common-extensions
7472
```
7573

76-
There are two releases of ROS 2, Jazzy Jalisco and Humble Hawksbill, which you can install based on your Ubuntu version.
74+
There are two LTS releases of ROS 2, Jazzy Jalisco and Humble Hawksbill, which you can install based on your Ubuntu version.
7775

7876
- For Ubuntu Linux 24.04, you should install Jazzy Jalisco.
7977
- For Ubuntu Linux 22.04, you should install Humble Hawksbill.
@@ -129,7 +127,7 @@ In one terminal run a `talker`:
129127
ros2 run demo_nodes_cpp talker
130128
```
131129

132-
The output will continue to be similar to the one shown below, indicating that ROS 2 is publishing the “hello world” string along with a sequence number.
130+
The output is similar to the messages shown below, indicating that ROS 2 is publishing the “hello world” string along with a sequence number.
133131

134132
```output
135133
[INFO] [1741389626.338343545] [talker]: Publishing: 'Hello World: 1'

0 commit comments

Comments
 (0)