Skip to content

Commit a2a5c19

Browse files
authored
Update Tutorial 2 Docuemtation (#372)
1 parent 095358f commit a2a5c19

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/tutorial_02_basic_ports.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,13 @@ static value into an entry using the built-in Actions called `SetBlackboard`.
189189

190190
## A complete example
191191

192-
In this example, a Sequence of 5 Actions is executed:
192+
In this example, a Sequence of 4 Actions is executed:
193193

194-
- Actions 1 and 4 read the input `message` from a static string.
194+
- Actions 1 and 2 read the input `message` from a static string (`SaySomething2` is a SimpleActionNode).
195195

196-
- Actions 3 and 5 read the input `message` from an entry in the
197-
blackboard called `the_answer`.
196+
- Action 3 writes something into the entry of the blackboard called `the_answer`.
198197

199-
- Action 2 writes something into the entry of the blackboard called `the_answer`.
200-
201-
`SaySomething2` is a SimpleActionNode.
198+
- Action 4 read the input `message` from an entry in the blackboard called `the_answer`.
202199

203200
```XML
204201
<root main_tree_to_execute = "MainTree" >

0 commit comments

Comments
 (0)