Skip to content

Commit 3505d4b

Browse files
author
Murilo Marinho
committed
Trying to fix mermaid diagram for readthedocs.
1 parent ad82ff8 commit 3505d4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/action_clients.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ this complexity in consideration when designing your packages to make sure that
1818
.. mermaid::
1919

2020
%%{init: { "theme" : "dark" }}%%
21-
sequenceDiagram;
22-
Action Client->>+Action Server: action_client.send_goal_async()
23-
Action Server-->>-Action Client: ActionClientNode.goal_response_callback()
24-
Action Client->>+Action Server: action_client.get_result_async()
25-
loop While action has not ended
26-
Action Server-->>Action Client: ActionClientNode.action_feedback_callback()
27-
end
28-
Action Server-->>-Action Client: ActionClientNode.action_result_callback()
21+
sequenceDiagram
22+
Action Client->>+Action Server: action_client.send_goal_async()
23+
Action Server-->>-Action Client: ActionClientNode.goal_response_callback()
24+
Action Client->>+Action Server: action_client.get_result_async()
25+
loop While action has not ended
26+
Action Server-->>Action Client: ActionClientNode.action_feedback_callback()
27+
end
28+
Action Server-->>-Action Client: ActionClientNode.action_result_callback()
2929

3030
#. Create the Node with an :code:`ActionClient`.
3131
#. Update the :file:`setup.py` so that :program:`ros2 run` finds the node (if needed).

0 commit comments

Comments
 (0)