File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ this complexity in consideration when designing your packages to make sure that
18
18
.. mermaid ::
19
19
20
20
%%{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()
29
29
30
30
#. Create the Node with an :code: `ActionClient `.
31
31
#. Update the :file: `setup.py ` so that :program: `ros2 run ` finds the node (if needed).
You can’t perform that action at this time.
0 commit comments