forked from AlejandrooBC/ros2-tutorial-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
73 lines (62 loc) · 2.9 KB
/
_toc.yml
File metadata and controls
73 lines (62 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
format: jb-book
root: index
parts:
# Introduction and Overview section
- caption: Introduction and Overview
chapters:
- file: book/INTRODUCTION/About_the_Authors
- file: book/INTRODUCTION/Preface
- file: book/INTRODUCTION/Table_of_Contents
# Chapters section
- caption: ROS2 Iron
numbered: true
maxdepth: 2
chapters:
# Chapter 1: Introduction to ROS2
- file: book/CHAPTERS/ROS2_Iron/01_Introduction_to_ROS2/01_Introduction_to_ROS2
# Chapter 2: Setting Up a ROS2 Environment
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/02_Setting_Up_a_ROS2_Environment
sections:
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/ROS2IronInstallationWindows
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/ROS2VMInstall
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/ROS2IronInstallationMacOS
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/ROS2IronInstallationUbuntu
- file: book/CHAPTERS/ROS2_Iron/02_Setting_Up_an_Environment/DockerInstallation
# Chapter 3: Basic ROS2 Concepts
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/03_Basic_ROS2_Concepts
sections:
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/Nodes_and_Topics
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/ServicesBasicConcept
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/Actions
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/Parameters
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/Launch_Files
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/PublisherSubscriber
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/ROSBuildPkg
- file: book/CHAPTERS/ROS2_Iron/03_Basic_Concepts/ROSPackageTutorial
# Chapter 4: Command Line Tools
- file: book/CHAPTERS/ROS2_Iron/04_Command_Line_Tools/Commands
# Chapter 5: Using Turtlesim - Practical Applications
# Chapter 6: Writing ROS2 Nodes
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/06_Writing_Nodes
sections:
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/Packages
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/PackageCommands
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/BasicNodes
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/Services
- file: book/CHAPTERS/ROS2_Iron/06_Writing_ROS2_Nodes/Actions
# Chapter 7: Launch Files
- file: book/CHAPTERS/ROS2_Iron/07_Launch_Files/Launch_Files
- caption: ROS1 Noetic
numbered: false
maxdepth: 2
chapters:
- file: book/CHAPTERS/ROS1_Noetic/temp
- caption: ROS1 Melodic
numbered: false
maxdepth: 2
chapters:
- file: book/CHAPTERS/ROS1_Melodic/temp
# Appendices section
- caption: Appendices
chapters:
- file: book/APPENDICES/Bibliography