Skip to content

Commit

Permalink
minor grammar mistake (ros2#2698) (ros2#2700)
Browse files Browse the repository at this point in the history
(cherry picked from commit 128644e)

Co-authored-by: Adum888 <33115304+Adum888@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Adum888 committed Jun 9, 2022
1 parent d903252 commit 9ef985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/Launch-file-different-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ However, if your launch file requires flexibility that you cannot achieve with X
Using Python for ROS 2 launch is more flexible because of following two reasons:

* Python is a scripting language, and thus you can leverage the language and its libraries in your launch files.
* `ros2/launch <https://github.com/ros2/launch>`_ (general launch features) and `ros2/launch_ros <https://github.com/ros2/launch_ros>`_ (ROS 2 specific launch features) are written in Python and thus you have lower level access to launch features that may not exposed by XML and YAML.
* `ros2/launch <https://github.com/ros2/launch>`_ (general launch features) and `ros2/launch_ros <https://github.com/ros2/launch_ros>`_ (ROS 2 specific launch features) are written in Python and thus you have lower level access to launch features that may not be exposed by XML and YAML.

That being said, a launch file written in Python may be more complex and verbose than one in XML or YAML.

0 comments on commit 9ef985d

Please sign in to comment.