Skip to content

Commit 1ae050e

Browse files
author
Murilo Marinho
committed
[action_client] Defining that action diagram is with respect to the client.
1 parent 516595f commit 1ae050e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/action_clients.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ that when deploying actions in real applications they will be part of a more com
1515
publishers, subscribers, service servers/clients, and other actions server/clients. Therefore it is important to take
1616
this complexity in consideration when designing your packages to make sure that an :code:`Action` is the best way to communicate.
1717

18+
Diagram
19+
-------
20+
21+
This is the sequence diagram from the point of view of the action client.
22+
1823
.. mermaid::
1924

2025
---
@@ -34,6 +39,9 @@ this complexity in consideration when designing your packages to make sure that
3439
end
3540
Action Server -->>- Action Client: ActionClientNode.action_result_callback()
3641

42+
Overview
43+
--------
44+
3745
#. Create the Node with an :code:`ActionClient`.
3846
#. Update the :file:`setup.py` so that :program:`ros2 run` finds the node (if needed).
3947

0 commit comments

Comments
 (0)