Estás leyendo la documentación para una versión de ROS 2 que ha llegado a su EOL (fin-de-vida), y oficialmente ya no cuenta con soporte. Si deseas información actualizada, por favor revisa Humble.
Tutorials
The tutorials are a collection of step-by-step instructions meant to steadily build skills in ROS 2.
The best way to approach the tutorials is to walk through them for the first time in order, as they build off of each other and are not meant to be comprehensive documentation.
For quick solutions to more specific questions, see the Guides.
Beginner
Beginner: CLI Tools
Beginner: Client Libraries
- Creating a workspace
- Creating your first ROS 2 package
- Writing a simple publisher and subscriber (C++)
- Writing a simple publisher and subscriber (Python)
- Writing a simple service and client (C++)
- Writing a simple service and client (Python)
- Creating custom ROS 2 msg and srv files
- Expanding on ROS 2 interfaces
- Using parameters in a class (C++)
- Using parameters in a class (Python)