Skip to content

Commit f42056c

Browse files
Use label to link to specific action introspection sections (#5565)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 15cf55e commit f42056c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

source/Releases/Release-Kilted-Kaiju.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This allows to instrospect an action with the command line.
8686
Using ``ros2cli`` tools: ``ros2 action echo <action name>``.
8787

8888
See https://github.com/ros2/ros2cli/pull/978 for more information.
89-
Visit `ros2 action echo <../Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Actions/Understanding-ROS2-Actions.html#ros2-action-echo>`_ and :doc:`Action Introspection <../Tutorials/Demos/Action-Introspection>` to learn more about this feature.
89+
Visit :ref:`ros2 action echo <understanding-actions-ros2-action-echo>` and :doc:`Action Introspection <../Tutorials/Demos/Action-Introspection>` to learn more about this feature.
9090

9191
``rclcpp``
9292
^^^^^^^^^^
@@ -158,7 +158,7 @@ Allow to record and play actions from a rosbag.
158158

159159
See https://github.com/ros2/rosbag2/pull/1955 for more information.
160160
Design document https://github.com/ros2/rosbag2/pull/1928.
161-
Visit `Managing Action Data <../Tutorials/Beginner-CLI-Tools/Recording-And-Playing-Back-Data/Recording-And-Playing-Back-Data.html#managing-action-data>`_ to learn more about this feature.
161+
Visit :ref:`Managing Action Data <record-play-data-action>` to learn more about this feature.
162162

163163
Progress bar for ``ros2 bag play``
164164
""""""""""""""""""""""""""""""""""

source/Tutorials/Beginner-CLI-Tools/Recording-And-Playing-Back-Data/Recording-And-Playing-Back-Data.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ You can see the service request from the bag file and the service response from
427427
request: []
428428
response: [{sum: 5}]
429429
430+
.. _record-play-data-action:
431+
430432
Managing Action Data
431433
--------------------
432434

source/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Actions/Understanding-ROS2-Actions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ To see the feedback of this goal, add ``--feedback`` to the ``ros2 action send_g
323323
324324
You will continue to receive feedback, the remaining radians, until the goal is complete.
325325

326+
.. _understanding-actions-ros2-action-echo:
327+
326328
9 ros2 action echo
327329
^^^^^^^^^^^^^^^^^^
328330

0 commit comments

Comments
 (0)