Skip to content

Commit

Permalink
XML launch files are still supported in ROS2 (#947) (#954)
Browse files Browse the repository at this point in the history
* XML launch files are still supported in ROS2

Should this also mention YAML? I saw in the source code that there is also a YAML frontend.

* Shorten long sentence

* Add "and YAML"

(cherry picked from commit e86c950)

Co-authored-by: Nikolai Morin <[email protected]>
(cherry picked from commit 9050eda)
  • Loading branch information
mergify[bot] authored and mergify-bot committed Dec 17, 2020
1 parent f9e7d14 commit 66a0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Contributing/Migration-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://wiki.ros.org/roslaunch/XML>`__ files ROS 2 uses Python scripts to enable more flexibility (see `launch package <https://github.com/ros2/launch/tree/master/launch>`__).
While launch files in ROS 1 are always specified using `.xml <https://wiki.ros.org/roslaunch/XML>`__ files, ROS 2 supports Python scripts to enable more flexibility (see `launch package <https://github.com/ros2/launch/tree/master/launch>`__) as well as XML and YAML files.
See `separate tutorial <https://index.ros.org/doc/ros2/Tutorials/Launch-files-migration-guide/>`__ on migrating launch files from ROS 1 to ROS 2.

Example: Converting an existing ROS 1 package to use ROS 2
Expand Down

0 comments on commit 66a0e2e

Please sign in to comment.