Skip to content

Commit 909b9ac

Browse files
committed
gazebo add version display
1 parent 53856bb commit 909b9ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/install-gazebo.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ sudo apt install ros-jazzy-ros-gz
1414
# sudo apt install ros-jazzy-gz-ros2-control* # optional
1515
```
1616

17+
You can check the installed version:
18+
19+
```bash
20+
gz sim --versions # 8.10.0 or any 8.x.x corresponds to Harmonic
21+
```
22+
1723
More info:
1824

1925
- <https://github.com/gazebosim/ros_gz/tree/jazzy/ros_gz_sim_demos>
@@ -28,6 +34,12 @@ sudo apt install ros-humble-ros-gz
2834
# sudo apt install ros-humble-gz-ros2-control* # optional
2935
```
3036

37+
You can check the installed version:
38+
39+
```bash
40+
ign gazebo --versions # 6.16.0 or any 6.x.x corresponds to Fortress
41+
```
42+
3143
More info:
3244

3345
- <https://github.com/gazebosim/ros_gz/tree/humble/ros_gz_sim_demos>

0 commit comments

Comments
 (0)