Skip to content

Commit

Permalink
Fix relative paths (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 authored Feb 7, 2024
1 parent 3a629e8 commit c5fc330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide describes how to write ROS 2 XML launch files for an easy migration f
Background
----------

A description of the ROS 2 launch system and its Python API can be found in :doc:`Launch System tutorial <../../../Tutorials/Intermediate/Launch/Launch-system>`.
A description of the ROS 2 launch system and its Python API can be found in :doc:`Launch System tutorial <../../Tutorials/Intermediate/Launch/Launch-system>`.


Migrating tags
Expand Down Expand Up @@ -231,7 +231,7 @@ Assuming the above launch configuration is in a file named ``mylaunch.xml``, a d
ros2 launch mylaunch.xml topic_name:=custom_topic_name
There is some additional information about passing command-line arguments in :doc:`Using Substitutions <../../../Tutorials/Intermediate/Launch/Using-Substitutions>`.
There is some additional information about passing command-line arguments in :doc:`Using Substitutions <../../Tutorials/Intermediate/Launch/Using-Substitutions>`.

env
^^^
Expand Down

0 comments on commit c5fc330

Please sign in to comment.