Skip to content

Commit 537eac2

Browse files
authored
Fix tutorial_04_sequence.md (#23)
- Correct the expected output of the Sequence and the ReactiveSequence
1 parent 4398192 commit 537eac2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

versioned_docs/version-3.8/tutorial-basics/tutorial_04_sequence.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,8 @@ Expected output:
191191
```
192192
--- ticking
193193
[ Battery: OK ]
194-
--- status: RUNNING
195-
196-
--- ticking
197194
Robot says: mission started...
198-
--- status: RUNNING
199-
200-
--- ticking
201-
[ MoveBase: SEND REQUEST ]. goal: x=1.0 y=2.0 theta=3.0
195+
[ MoveBase: SEND REQUEST ]. goal: x=1.000000 y=2.000000 theta=3.000000
202196
--- status: RUNNING
203197
204198
--- ticking
@@ -242,11 +236,7 @@ Expected output:
242236
--- ticking
243237
[ Battery: OK ]
244238
Robot says: mission started...
245-
--- status: RUNNING
246-
247-
--- ticking
248-
[ Battery: OK ]
249-
[ MoveBase: SEND REQUEST ]. goal: x=1.0 y=2.0 theta=3.0
239+
[ MoveBase: SEND REQUEST ]. goal: x=1.000000 y=2.000000 theta=3.000000
250240
--- status: RUNNING
251241
252242
--- ticking

0 commit comments

Comments
 (0)