diff --git a/source/Contributing/Migration-Guide.rst b/source/Contributing/Migration-Guide.rst index ede8072a42e..43bb8c99c41 100644 --- a/source/Contributing/Migration-Guide.rst +++ b/source/Contributing/Migration-Guide.rst @@ -410,7 +410,7 @@ In ROS 2, parameters are associated per node and are configurable at runtime wit Launch files ------------ -While launch files in ROS 1 are specified using `.xml `__ files ROS 2 uses Python scripts to enable more flexibility (see `launch package `__). +While launch files in ROS 1 are always specified using `.xml `__ files, ROS 2 supports Python scripts to enable more flexibility (see `launch package `__) as well as XML and YAML files. See `separate tutorial `__ on migrating launch files from ROS 1 to ROS 2. Example: Converting an existing ROS 1 package to use ROS 2