We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b20f39 commit 230a4ffCopy full SHA for 230a4ff
README.md
@@ -494,13 +494,13 @@ sequenceDiagram
494
495
Note over Robot: Current State: st
496
497
- Model->>Controller: Output action sequence: [at+1, at+2, ..., at+n]
+ Model->>Controller: Output action sequence: [a(t+1), a(t+2), ..., a(t+n)]
498
499
Note over Controller: Actions always calculated relative to initial state st
500
501
loop Execute action sequence i = 1 to n
502
- Controller->>Robot: Execute action: st + at+i
503
- Robot-->>Controller: Reach state st+i = st + at+i
+ Controller->>Robot: Execute action: st + a(t+i)
+ Robot-->>Controller: Reach state s(t+i) = st + a(t+i)
504
end
505
506
Note over Robot: Final State: st+n
0 commit comments