File tree 3 files changed +33
-8
lines changed
3 files changed +33
-8
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,21 @@ pages:
85
85
- name : spawn_urdf
86
86
title : Spawn URDF
87
87
file : spawn_urdf.md
88
+
89
+ - name : ros2_tutorials
90
+ title : ROS tutorials
91
+ file : ros2_tutorials.md
92
+ description : ROS 2 tutorials
93
+ children :
88
94
- name : ros2_overview
89
95
title : ROS 2 integration overview
90
96
file : ros2_overview.md
91
- - name : ros2_launch_gazebo
92
- title : Launch Gazebo from ROS 2
93
- file : ros2_launch_gazebo.md
94
97
- name : ros2_integration
95
98
title : Use ROS 2 to interact with Gazebo
96
99
file : ros2_integration.md
100
+ - name : ros2_launch_gazebo
101
+ title : Launch Gazebo from ROS 2
102
+ file : ros2_launch_gazebo.md
97
103
- name : ros2_spawn_model
98
104
title : Use ROS 2 to spawn a Gazebo model
99
105
file : ros2_spawn_model.md
Original file line number Diff line number Diff line change
1
+ # ROS 2 Tutorials
2
+
3
+ These tutorials cover all the concepts for integrating Gazebo in ROS 2.
4
+
5
+ ## Principles
6
+
7
+ * [ ROS 2 Integration Overview] ( ros2_overview )
8
+ * [ ROS 2 Integration via Bridge] ( ros2_integration )
9
+
10
+ ## Run and launch
11
+
12
+ * [ Launch Gazebo from ROS 2] ( ros2_launch_gazebo )
13
+
14
+ ## Spawn robots
15
+
16
+ * [ Use ROS 2 to spawn a Gazebo model] ( ros2_spawn_model )
17
+
18
+ ## Integration in larger projects
19
+
20
+ * [ ROS 2 Interoperability] ( ros2_interop )
21
+ * [ ROS 2 Integration Template] ( ros_gz_project_template_guide )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ These tutorials cover general concepts to help get you started with Gazebo.
9
9
* [ SDF Worlds] ( sdf_worlds )
10
10
* [ Sensors] ( sensors )
11
11
* [ Actors] ( actors )
12
+ * [ Spawn URDF] ( spawn_urdf )
12
13
13
14
## GUI tutorials
14
15
@@ -17,12 +18,9 @@ These tutorials cover general concepts to help get you started with Gazebo.
17
18
* [ Model Insertion from Fuel] ( fuel_insert )
18
19
* [ Keyboard Shortcuts] ( hotkeys )
19
20
20
- ## ROS integration
21
+ ## ROS 2 integration
21
22
22
- * [ Spawn URDF] ( spawn_urdf )
23
- * [ ROS 2 Integration via Bridge] ( ros2_integration )
24
- * [ ROS 2 Interoperability] ( ros2_interop )
25
- * [ ROS 2 Integration Template] ( ros_gz_project_template_guide )
23
+ * [ ROS 2 Tutorials] ( ros2_tutorials )
26
24
27
25
## Per-library tutorials
28
26
You can’t perform that action at this time.
0 commit comments