We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53856bb commit 909b9acCopy full SHA for 909b9ac
docs/install-gazebo.md
@@ -14,6 +14,12 @@ sudo apt install ros-jazzy-ros-gz
14
# sudo apt install ros-jazzy-gz-ros2-control* # optional
15
```
16
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
23
More info:
24
25
- <https://github.com/gazebosim/ros_gz/tree/jazzy/ros_gz_sim_demos>
@@ -28,6 +34,12 @@ sudo apt install ros-humble-ros-gz
28
34
# sudo apt install ros-humble-gz-ros2-control* # optional
29
35
30
36
37
38
39
40
+ign gazebo --versions # 6.16.0 or any 6.x.x corresponds to Fortress
41
42
31
43
32
44
33
45
- <https://github.com/gazebosim/ros_gz/tree/humble/ros_gz_sim_demos>
0 commit comments