|
,text |
|
0, |
|
###Input:: |
|
Move to kitchen |
|
###Output:: |
|
[{move, kitchen}] |
|
1, |
|
###Input:: |
|
Go to kitchen |
|
###Output:: |
|
[{move, kitchen}] |
|
2, |
|
###Input:: |
|
Move to living room |
|
###Output:: |
|
[{move, living room}] |
|
3, |
|
###Input:: |
|
Move to hall |
|
###Output:: |
|
[{move, hall}] |
|
4, |
|
###Input:: |
|
go to hall |
|
###Output:: |
|
[{move, hall}] |
|
5, |
|
###Input:: |
|
go to living room |
|
###Output:: |
|
[{move, living room}] |
|
6, |
|
###Input:: |
|
go to office room |
|
###Output:: |
|
[{move, office room}] |
|
7, |
|
###Input:: |
|
move to office room |
|
###Output:: |
|
[{move, office room}] |
|
8, |
|
###Input:: |
|
go to near table |
|
###Output:: |
|
[{move, table}] |
|
9, |
|
###Input:: |
|
move to near table |
|
###Output:: |
|
[{move, table}] |
|
10, |
|
###Input:: |
|
go to near chair |
|
###Output:: |
|
[{move, chair}] |
|
11, |
|
###Input:: |
|
move to near chair |
|
###Output:: |
|
[{move, chair}] |
|
12, |
|
###Input:: |
|
go to near stand |
|
###Output:: |
|
[{move, stand}] |
|
13, |
|
###Input:: |
|
move to near stand |
|
###Output:: |
|
[{move, stand}] |
|
14, |
|
###Input:: |
|
Move to kitchen, and wait for 5 seconds |
|
###Output:: |
|
[{move, kitchen}, {wait, 5}] |
|
15, |
|
###Input:: |
|
Go to kitchen, and wait for 30 seconds |
|
###Output:: |
|
[{move, kitchen}, {wait, 30}] |
|
16, |
|
###Input:: |
|
Move to living room, and wait for 15 seconds |
|
###Output:: |
|
[{move, living room}, {wait, 15}] |
|
17, |
|
###Input:: |
|
Move to hall, and wait for 10 seconds |
|
###Output:: |
|
[{move, hall}, {wait, 10}] |
|
18, |
|
###Input:: |
|
go to hall, and wait for 30 seconds |
|
###Output:: |
|
[{move, hall}, {wait, 30}] |
|
19, |
|
###Input:: |
|
go to living room, and wait for 25 seconds |
|
###Output:: |
|
[{move, living room}, {wait, 25}] |
|
20, |
|
###Input:: |
|
go to office room, and wait for 50 seconds |
|
###Output:: |
|
[{move, office room}, {wait, 50}] |
|
21, |
|
###Input:: |
|
move to office room, and wait for 45 seconds |
|
###Output:: |
|
[{move, office room}, {wait, 45}] |
|
22, |
|
###Input:: |
|
go to near table, and wait for 55 seconds |
|
###Output:: |
|
[{move, table}, {wait, 55}] |
|
23, |
|
###Input:: |
|
move to near table, and wait for 65 seconds |
|
###Output:: |
|
[{move, table}, {wait, 65}] |
|
24, |
|
###Input:: |
|
go to near chair, and wait for 60 seconds |
|
###Output:: |
|
[{move, chair}, {wait, 60}] |
|
25, |
|
###Input:: |
|
move to near chair, and wait for 100 seconds |
|
###Output:: |
|
[{move, chair}, {wait, 100}] |
|
26, |
|
###Input:: |
|
go to near stand, and wait for 45 seconds |
|
###Output:: |
|
[{move, stand}, {wait, 45}] |
|
27, |
|
###Input:: |
|
move to near stand, and wait for 75 seconds |
|
###Output:: |
|
[{move, stand}, {wait, 75}] |
|
28, |
|
###Input:: |
|
Move to reception |
|
###Output:: |
|
[{move, reception}] |
|
29, |
|
###Input:: |
|
Go to reception |
|
###Output:: |
|
[{move, reception}] |
|
30, |
|
###Input:: |
|
Move to nurse desk |
|
###Output:: |
|
[{move, nurse desk}] |
|
31, |
|
###Input:: |
|
go to nurse desk |
|
###Output:: |
|
[{move, nurse desk}] |
|
32, |
|
###Input:: |
|
go to cafe |
|
###Output:: |
|
[{move, cafe}] |
|
33, |
|
###Input:: |
|
move to cafe |
|
###Output:: |
|
[{move, cafe}] |
|
34, |
|
###Input:: |
|
go to table1 |
|
###Output:: |
|
[{move, table1}] |
|
35, |
|
###Input:: |
|
move to table1 |
|
###Output:: |
|
[{move, table1}] |
|
36, |
|
###Input:: |
|
go to near table2 |
|
###Output:: |
|
[{move, table2}] |
|
37, |
|
###Input:: |
|
move to near table2 |
|
###Output:: |
|
[{move, table2}] |
|
38, |
|
###Input:: |
|
go to charging dock |
|
###Output:: |
|
[{move, charging dock}] |
|
39, |
|
###Input:: |
|
move to charging dock |
|
###Output:: |
|
[{move, charging dock}] |
|
40, |
|
###Input:: |
|
charge now |
|
###Output:: |
|
[{move, charging dock}] |
|
41, |
|
###Input:: |
|
make you charge |
|
###Output:: |
|
[{move, charging dock}] |
|
42, |
|
###Input:: |
|
Move to reception , and wait for 15 seconds |
|
###Output:: |
|
[{move, reception}, {wait, 15}] |
|
43, |
|
###Input:: |
|
Go to reception , and wait for 25 seconds |
|
###Output:: |
|
[{move, reception}, {wait, 25}] |
|
44, |
|
###Input:: |
|
Move to nurse desk, and wait for 23 seconds |
|
###Output:: |
|
[{move, nurse desk}, {wait, 23}] |
|
45, |
|
###Input:: |
|
go to nurse desk, and wait for 72 seconds |
|
###Output:: |
|
[{move, nurse desk}, {wait, 72}] |
|
46, |
|
###Input:: |
|
go to cafe, and wait for 33 seconds |
|
###Output:: |
|
[{move, cafe}, {wait, 33}] |
|
47, |
|
###Input:: |
|
move to cafe, and wait for 45 seconds |
|
###Output:: |
|
[{move, cafe}, {wait, 45}] |
|
48, |
|
###Input:: |
|
go to table1, and wait for 78 seconds |
|
###Output:: |
|
[{move, table1}, {wait, 78}] |
|
49, |
|
###Input:: |
|
move to table1, and wait for 100 seconds |
|
###Output:: |
|
[{move, table1}, {wait, 100}] |
|
50, |
|
###Input:: |
|
go to near table2, and wait for 75 seconds |
|
###Output:: |
|
[{move, table2}, {wait, 75}] |
|
51, |
|
###Input:: |
|
move to near table2, and wait for 89 seconds |
|
###Output:: |
|
[{move, table2}, {wait, 89}] |
|
52, |
|
###Input:: |
|
go to store room, and wait for 75 seconds |
|
###Output:: |
|
[{move, store room}, {wait, 75}] |
|
53, |
|
###Input:: |
|
move to store room, and wait for 53 seconds |
|
###Output:: |
|
[{move, store room}, {wait, 53}] |
|
54, |
|
###Input:: |
|
go to store room |
|
###Output:: |
|
[{move, store room}] |
|
55, |
|
###Input:: |
|
move to store room |
|
###Output:: |
|
[{move, store room}] |
|
56, |
|
###Input:: |
|
follow the ball |
|
###Output:: |
|
[{follow_object, ball}] |
|
57, |
|
###Input:: |
|
follow the aruco tag id 2 |
|
###Output:: |
|
[{follow_aruco, 2}] |
|
58, |
|
###Input:: |
|
follow the aruco tag id 10 |
|
###Output:: |
|
[{follow_aruco, 10}] |
|
59, |
|
###Input:: |
|
follow the aruco tag id 12 |
|
###Output:: |
|
[{follow_aruco, 12}] |
|
60, |
|
###Input:: |
|
follow the cat |
|
###Output:: |
|
[{follow_object, cat}] |
|
61, |
|
###Input:: |
|
follow the green line |
|
###Output:: |
|
[{follow_line, green}] |
|
62, |
|
###Input:: |
|
Move to near door |
|
###Output:: |
|
[{move, door}] |
|
63, |
|
###Input:: |
|
Go to near door |
|
###Output:: |
|
[{move, door}] |
|
64, |
|
###Input:: |
|
Move to door no 5 |
|
###Output:: |
|
[{move, door_5}] |
|
65, |
|
###Input:: |
|
go to door no 5 |
|
###Output:: |
|
[{move, door_5}] |
|
66, |
|
###Input:: |
|
go to door no 10 |
|
###Output:: |
|
[{move, door_10}] |
|
67, |
|
###Input:: |
|
move to door no 10 |
|
###Output:: |
|
[{move, door_10}] |
|
68, |
|
###Input:: |
|
go to door no 20 |
|
###Output:: |
|
[{move, door_20}] |
|
69, |
|
###Input:: |
|
move to door no 20 |
|
###Output:: |
|
[{move, door_20}] |
|
70, |
|
###Input:: |
|
go to door no 25 |
|
###Output:: |
|
[{move, door_25}] |
|
71, |
|
###Input:: |
|
move to door no 18 |
|
###Output:: |
|
[{move, door_18}] |
|
72, |
|
###Input:: |
|
go to door no 8 |
|
###Output:: |
|
[{move, door_8}] |
|
73, |
|
###Input:: |
|
go to door no 12 |
|
###Output:: |
|
[{move, door_12}] |
|
74, |
|
###Input:: |
|
move to door no 33 |
|
###Output:: |
|
[{move, door_33}] |
|
75, |
|
###Input:: |
|
go to door no 24 |
|
###Output:: |
|
[{move, door_24}] |
|
76, |
|
###Input:: |
|
move to door no 29 |
|
###Output:: |
|
[{move, door_29}] |
|
77, |
|
###Input:: |
|
go to door no 7 |
|
###Output:: |
|
[{move, door_7}] |
|
78, |
|
###Input:: |
|
move to door no 11 |
|
###Output:: |
|
[{move, door_11}] |
|
79, |
|
###Input:: |
|
move to door no 44 |
|
###Output:: |
|
[{move, door_44}] |
|
80, |
|
###Input:: |
|
follow the yellow line |
|
###Output:: |
|
[{follow_line, yellow}] |
|
81, |
|
###Input:: |
|
follow the blue line |
|
###Output:: |
|
[{follow_line, blue}] |
|
82, |
|
###Input:: |
|
follow the white line |
|
###Output:: |
|
[{follow_line, white}] |
|
83, |
|
###Input:: |
|
follow the black line |
|
###Output:: |
|
[{follow_line, black}] |
|
84, |
|
###Input:: |
|
follow the person |
|
###Output:: |
|
[{follow_object, person}] |
|
85, |
|
###Input:: |
|
follow the dog |
|
###Output:: |
|
[{follow_object, dog}] |
|
86, |
|
###Input:: |
|
Move to door no 3 |
|
###Output:: |
|
[{move, door_3}] |
|
87, |
|
###Input:: |
|
Move to kitchen and rotate 180 degree |
|
###Output:: |
|
[{move, kitchen}, {rotate, 180}] |
|
88, |
|
###Input:: |
|
Go to kitchen and rotate 90 degree |
|
###Output:: |
|
[{move, kitchen}, {rotate, 90}] |
|
89, |
|
###Input:: |
|
Move to living room and rotate 270 degree |
|
###Output:: |
|
[{move, living room}, {rotate, 270}] |
|
90, |
|
###Input:: |
|
Move to hall and rotate 45 degree |
|
###Output:: |
|
[{move, hall}, {rotate, 45}] |
|
91, |
|
###Input:: |
|
go to hall and rotate 300 degree |
|
###Output:: |
|
[{move, hall}, {rotate, 300}] |
|
92, |
|
###Input:: |
|
go to living room and rotate 250 degree |
|
###Output:: |
|
[{move, living room}, {rotate, 250}] |
|
93, |
|
###Input:: |
|
go to office room and rotate 160 degree |
|
###Output:: |
|
[{move, office room}, {rotate, 160}] |
|
94, |
|
###Input:: |
|
move to office room and rotate 132 degree |
|
###Output:: |
|
[{move, office room}, {rotate, 132}] |
|
95, |
|
###Input:: |
|
go to near table and rotate 66 degree |
|
###Output:: |
|
[{move, table}, {rotate, 66}] |
|
96, |
|
###Input:: |
|
move to near table and rotate 280 degree |
|
###Output:: |
|
[{move, table}, {rotate, 280}] |
|
97, |
|
###Input:: |
|
go to near chair and rotate 79 degree |
|
###Output:: |
|
[{move, chair}, {rotate, 79}] |
|
98, |
|
###Input:: |
|
move to near chair and rotate 325 degree |
|
###Output:: |
|
[{move, chair}, {rotate, 325}] |
|
99, |
|
###Input:: |
|
go to near stand and rotate 284 degree |
|
###Output:: |
|
[{move, stand}, {rotate, 284}] |
|
100, |
|
###Input:: |
|
move to near stand and rotate 307 degree |
|
###Output:: |
|
[{move, stand}, {rotate, 307}] |
|
101, |
|
###Input:: |
|
Rotate 307 degree |
|
###Output:: |
|
[{rotate, 307}] |
|
102, |
|
###Input:: |
|
Rotate 234 degree |
|
###Output:: |
|
[{rotate, 234}] |
|
103, |
|
###Input:: |
|
Rotate 345 degree |
|
###Output:: |
|
[{rotate, 345}] |
|
104, |
|
###Input:: |
|
Rotate 167 degree |
|
###Output:: |
|
[{rotate, 168}] |
|
105, |
|
###Input:: |
|
Rotate 124 degree |
|
###Output:: |
|
[{rotate, 124}] |
|
106, |
|
###Input:: |
|
Rotate 90 degree |
|
###Output:: |
|
[{rotate, 90}] |
|
107, |
|
###Input:: |
|
Rotate 180 degree |
|
###Output:: |
|
[{rotate, 180}] |
|
108, |
|
###Input:: |
|
Rotate 333 degree |
|
###Output:: |
|
[{rotate, 333}] |
|
109, |
|
###Input:: |
|
Rotate 159 degree |
|
###Output:: |
|
[{rotate, 159}] |
|
109, |
|
###Input:: |
|
Rotate 45 degree |
|
###Output:: |
|
[{rotate, 45}] |
|
110, |
|
###Input:: |
|
Rotate 75 degree |
|
###Output:: |
|
[{rotate, 75}] |
|
111, |
|
###Input:: |
|
Move to door no 5 and rotate 119 degree |
|
###Output:: |
|
[{move, door_5}, {rotate, 119}] |
|
112, |
|
###Input:: |
|
go to door no 5 and rotate 359 degree |
|
###Output:: |
|
[{move, door_5}, {rotate, 359}] |
|
113, |
|
###Input:: |
|
go to door no 10 and rotate 5 degree |
|
###Output:: |
|
[{move, door_10}, {rotate, 5}] |
|
114, |
|
###Input:: |
|
move to door no 10 and rotate 37 degree |
|
###Output:: |
|
[{move, door_10}, {rotate, 37}] |
|
115, |
|
###Input:: |
|
go to door no 20 and rotate 7 degree |
|
###Output:: |
|
[{move, door_20}, {rotate, 7}] |
|
116, |
|
###Input:: |
|
move to door no 20 and rotate 227 degree |
|
###Output:: |
|
[{move, door_20}, {rotate, 227}] |
|
117, |
|
###Input:: |
|
go to door no 25 and rotate 20 degree |
|
###Output:: |
|
[{move, door_25}, {rotate, 20}] |
|
118, |
|
###Input:: |
|
move to door no 18 and rotate 142 degree |
|
###Output:: |
|
[{move, door_18}, {rotate, 142}] |
|
119, |
|
###Input:: |
|
go to door no 8 and rotate 267 degree |
|
###Output:: |
|
[{move, door_8}, {rotate, 267}] |
|
120, |
|
###Input:: |
|
go to door no 12 and rotate 327 degree |
|
###Output:: |
|
[{move, door_12}, {rotate, 327}] |
|
121, |
|
###Input: |
|
get some water |
|
###Output: |
|
[{move, kitchen}] |
|
122, |
|
###Input: |
|
bring some water |
|
###Output: |
|
[{move, kitchen}] |
|
123, |
|
###Input: |
|
Can you bring some water |
|
###Output: |
|
[{move, kitchen}] |
|
124, |
|
###Input: |
|
Can I get some water |
|
###Output: |
|
[{move, kitchen}] |
|
125, |
|
###Input: |
|
get some coffee |
|
###Output: |
|
[{move, kitchen}] |
|
126, |
|
###Input: |
|
bring some coffee |
|
###Output: |
|
[{move, kitchen}] |
|
127, |
|
###Input: |
|
Can you bring some coffee |
|
###Output: |
|
[{move, kitchen}] |
|
128, |
|
###Input: |
|
Can I get some coffee |
|
###Output: |
|
[{move, kitchen}] |
|
129, |
|
###Input: |
|
get some tea |
|
###Output: |
|
[{move, kitchen}] |
|
130, |
|
###Input: |
|
bring some tea |
|
###Output: |
|
[{move, kitchen}] |
|
131, |
|
###Input: |
|
Can you bring some tea |
|
###Output: |
|
[{move, kitchen}] |
|
132, |
|
###Input: |
|
Can I get some tea |
|
###Output: |
|
[{move, kitchen}] |
|
133, |
|
###Input: |
|
get some snacks |
|
###Output: |
|
[{move, kitchen}] |
|
134, |
|
###Input: |
|
bring some snacks |
|
###Output: |
|
[{move, kitchen}] |
|
135, |
|
###Input: |
|
Can you bring some snacks |
|
###Output: |
|
[{move, kitchen}] |
|
136, |
|
###Input: |
|
Can I get some snacks |
|
###Output: |
|
[{move, kitchen}] |
|
137, |
|
###Input: |
|
get some food |
|
###Output: |
|
[{move, kitchen}] |
|
138, |
|
###Input: |
|
bring some food |
|
###Output: |
|
[{move, kitchen}] |
|
139, |
|
###Input: |
|
Can you bring some food |
|
###Output: |
|
[{move, kitchen}] |
|
140, |
|
###Input: |
|
Can I get some food |
|
###Output: |
|
[{move, kitchen}] |
|
141, |
|
###Input: |
|
go to kitchen |
|
###Output: |
|
[{move, kitchen}] |
|
142, |
|
###Input: |
|
go to pantry |
|
###Output: |
|
[{move, kitchen}] |
|
143, |
|
###Input: |
|
go to cafe |
|
###Output: |
|
[{move, kitchen}] |
|
144, |
|
###Input: |
|
move to kitchen |
|
###Output: |
|
[{move, kitchen}] |
|
145, |
|
###Input: |
|
move to pantry |
|
###Output: |
|
[{move, kitchen}] |
|
146, |
|
###Input: |
|
move to cafe |
|
###Output: |
|
[{move, kitchen}] |
|
147, |
|
###Input:: |
|
Rotate 30 degree |
|
###Output:: |
|
[{rotate, 30}] |
|
148, |
|
###Input:: |
|
Rotate 24 degree |
|
###Output:: |
|
[{rotate, 24}] |
|
149, |
|
###Input:: |
|
Rotate 15 degree |
|
###Output:: |
|
[{rotate, 15}] |
|
150, |
|
###Input:: |
|
Rotate 10 degree |
|
###Output:: |
|
[{rotate, 10}] |
|
151, |
|
###Input:: |
|
Rotate 200 degree |
|
###Output:: |
|
[{rotate, 200}] |
|
152, |
|
###Input:: |
|
Rotate 20 degree |
|
###Output:: |
|
[{rotate, 20}] |
|
153, |
|
###Input: |
|
list of topics |
|
###Output: |
|
ros2 topic list |
|
154, |
|
###Input: |
|
topics list |
|
###Output: |
|
ros2 topic list |
|
155, |
|
###Input: |
|
list of ros topics |
|
###Output: |
|
ros2 topic list |
|
156, |
|
###Input: |
|
list of active topics |
|
###Output: |
|
ros2 topic list |
|
157, |
|
###Input: |
|
list of actions |
|
###Output: |
|
ros2 action list |
|
158, |
|
###Input: |
|
action list |
|
###Output: |
|
ros2 action list |
|
159, |
|
###Input: |
|
list of ros action |
|
###Output: |
|
ros2 action list |
|
160, |
|
###Input: |
|
list of active action |
|
###Output: |
|
ros2 action list |
|
161, |
|
###Input: |
|
what is odom topics |
|
###Output: |
|
ros2 topic info /odom |
|
162, |
|
###Input: |
|
info about odom topics |
|
###Output: |
|
ros2 topic info /odom |
|
163, |
|
###Input: |
|
information about odom topics |
|
###Output: |
|
ros2 topic info /odom |
|
164, |
|
###Input: |
|
details about odom topics |
|
###Output: |
|
ros2 topic info /odom |
|
165, |
|
###Input: |
|
what is cmd_vel topics |
|
###Output: |
|
ros2 topic info /cmd_vel |
|
166, |
|
###Input: |
|
info about cmd_vel topics |
|
###Output: |
|
ros2 topic info /cmd_vel |
|
167, |
|
###Input: |
|
information about cmd_vel topics |
|
###Output: |
|
ros2 topic info /cmd_vel |
|
168, |
|
###Input: |
|
details about cmd_vel topics |
|
###Output: |
|
ros2 topic info /cmd_vel |
|
169, |
|
###Input: |
|
echo topic odom |
|
###Output: |
|
ros2 topic echo /odom |
|
170, |
|
###Input: |
|
output topic odom |
|
###Output: |
|
ros2 topic echo /odom |
|
171, |
|
###Input: |
|
output message in topic odom |
|
###Output: |
|
ros2 topic echo /odom |
|
172, |
|
###Input: |
|
print the message in topic odom |
|
###Output: |
|
ros2 topic echo /odom |
|
173, |
|
###Input: |
|
patrol from room1 to room2 |
|
###Output: |
|
[{patrol, room1, room2, 1}] |
|
174, |
|
###Input: |
|
patrol from room1 to room2 2 times |
|
###Output: |
|
[{patrol, room1, room2, 2}] |
|
175, |
|
###Input: |
|
patrol from room1 to room3 3 times |
|
###Output: |
|
[{patrol, room1, room3, 3}] |
|
176, |
|
###Input: |
|
patrol from room1 to room4 4 times |
|
###Output: |
|
[{patrol, room1, room4, 4}] |
|
177, |
|
###Input: |
|
patrol from room1 to room5 5 times |
|
###Output: |
|
[{patrol, room1, room5, 5}] |
|
178, |
|
###Input: |
|
patrol from room1 to room6 6 times |
|
###Output: |
|
[{patrol, room1, room6, 6}] |
|
179, |
|
###Input: |
|
patrol from room1 to room7 7 times |
|
###Output: |
|
[{patrol, room1, room7, 7}] |
|
180, |
|
###Input: |
|
patrol from room1 to room8 8 times |
|
###Output: |
|
[{patrol, room1, room8, 8}] |
|
181, |
|
###Input: |
|
patrol from room1 to room9 9 times |
|
###Output: |
|
[{patrol, room1, room9, 9}] |
|
182, |
|
###Input: |
|
patrol from room2 to room1 9 times |
|
###Output: |
|
[{patrol, room2, room1, 9}] |
|
183, |
|
###Input: |
|
patrol from room2 to room2 8 times |
|
###Output: |
|
[{patrol, room2, room2, 8}] |
|
184, |
|
###Input: |
|
patrol from room2 to room3 7 times |
|
###Output: |
|
[{patrol, room2, room3, 7}] |
|
185, |
|
###Input: |
|
patrol from room2 to room4 6 times |
|
###Output: |
|
[{patrol, room2, room4, 6}] |
|
186, |
|
###Input: |
|
patrol from room2 to room5 5 times |
|
###Output: |
|
[{patrol, room2, room5, 5}] |
|
187, |
|
###Input: |
|
patrol from room2 to room6 4 times |
|
###Output: |
|
[{patrol, room2, room6, 4}] |
|
188, |
|
###Input: |
|
patrol from room2 to room7 3 times |
|
###Output: |
|
[{patrol, room2, room7, 3}] |
|
189, |
|
###Input: |
|
patrol from room2 to room8 2 times |
|
###Output: |
|
[{patrol, room2, room8, 2}] |
|
190, |
|
###Input: |
|
patrol from room2 to room9 1 times |
|
###Output: |
|
[{patrol, room2, room9, 1}] |
|
191, |
|
###Input: |
|
patrol from room3 to room1 1 times |
|
###Output: |
|
[{patrol, room3, room1, 1}] |
|
192, |
|
###Input: |
|
patrol from room3 to room2 2 times |
|
###Output: |
|
[{patrol, room3, room2, 2}] |
|
193, |
|
###Input: |
|
patrol from room3 to room3 3 times |
|
###Output: |
|
[{patrol, room3, room3, 3}] |
|
194, |
|
###Input: |
|
patrol from room3 to room4 4 times |
|
###Output: |
|
[{patrol, room3, room4, 4}] |
|
195, |
|
###Input: |
|
patrol from room3 to room5 5 times |
|
###Output: |
|
[{patrol, room3, room5, 5}] |
|
196, |
|
###Input: |
|
patrol from room3 to room6 6 times |
|
###Output: |
|
[{patrol, room3, room6, 6}] |
|
197, |
|
###Input: |
|
patrol from room3 to room7 7 times |
|
###Output: |
|
[{patrol, room3, room7, 7}] |
|
198, |
|
###Input: |
|
patrol from room3 to room8 8 times |
|
###Output: |
|
[{patrol, room3, room8, 8}] |
|
199, |
|
###Input: |
|
patrol from room3 to room9 9 times |
|
###Output: |
|
[{patrol, room3, room9, 9}] |
|
200, |
|
###Input: |
|
patrol from room4 to room1 9 times |
|
###Output: |
|
[{patrol, room4, room1, 9}] |
|
201, |
|
###Input: |
|
patrol from room4 to room2 8 times |
|
###Output: |
|
[{patrol, room4, room2, 8}] |
|
202, |
|
###Input: |
|
patrol from room4 to room3 7 times |
|
###Output: |
|
[{patrol, room4, room3, 7}] |
|
203, |
|
###Input: |
|
patrol from room4 to room4 6 times |
|
###Output: |
|
[{patrol, room4, room4, 6}] |
|
204, |
|
###Input: |
|
patrol from room4 to room5 5 times |
|
###Output: |
|
[{patrol, room4, room5, 5}] |
|
205, |
|
###Input: |
|
patrol from room4 to room6 4 times |
|
###Output: |
|
[{patrol, room4, room6, 4}] |
|
206, |
|
###Input: |
|
patrol from room4 to room7 3 times |
|
###Output: |
|
[{patrol, room4, room7, 3}] |
|
207, |
|
###Input: |
|
patrol from room4 to room8 2 times |
|
###Output: |
|
[{patrol, room4, room8, 2}] |
|
208, |
|
###Input: |
|
patrol from room4 to room9 1 times |
|
###Output: |
|
[{patrol, room4, room9, 1}] |
|
209, |
|
###Input: |
|
patrol from room1 to room2 |
|
###Output: |
|
[{patrol, room1, room2, 1}] |
|
210, |
|
###Input: |
|
patrol from room1 to room3 |
|
###Output: |
|
[{patrol, room1, room3, 1}] |
|
211, |
|
###Input: |
|
patrol from room1 to room4 |
|
###Output: |
|
[{patrol, room1, room4, 1}] |
|
212, |
|
###Input: |
|
patrol from room1 to room5 |
|
###Output: |
|
[{patrol, room1, room5, 1}] |
|
213, |
|
###Input: |
|
patrol from room1 to room6 |
|
###Output: |
|
[{patrol, room1, room6, 1}] |
|
214, |
|
###Input: |
|
patrol from room1 to room7 |
|
###Output: |
|
[{patrol, room1, room7, 1}] |
|
215, |
|
###Input: |
|
patrol from room1 to room8 |
|
###Output: |
|
[{patrol, room1, room8, 1}] |
|
216, |
|
###Input: |
|
patrol from room1 to room9 |
|
###Output: |
|
[{patrol, room1, room9, 1}] |
|
217, |
|
###Input: |
|
patrol from room2 to room1 |
|
###Output: |
|
[{patrol, room2, room1, 1}] |
|
218, |
|
###Input: |
|
patrol from room2 to room2 |
|
###Output: |
|
[{patrol, room2, room2, 1}] |
|
219, |
|
###Input: |
|
patrol from room2 to room3 |
|
###Output: |
|
[{patrol, room2, room3, 1}] |
|
220, |
|
###Input: |
|
patrol from room2 to room4 |
|
###Output: |
|
[{patrol, room2, room4, 1}] |
|
221, |
|
###Input: |
|
patrol from room2 to room5 |
|
###Output: |
|
[{patrol, room2, room5, 1}] |
|
222, |
|
###Input: |
|
patrol from room2 to room6 |
|
###Output: |
|
[{patrol, room2, room6, 1}] |
|
223, |
|
###Input: |
|
patrol from room2 to room7 |
|
###Output: |
|
[{patrol, room2, room7, 1}] |
|
224, |
|
###Input: |
|
patrol from room2 to room8 |
|
###Output: |
|
[{patrol, room2, room8, 1}] |
|
225, |
|
###Input: |
|
patrol from room2 to room9 |
|
###Output: |
|
[{patrol, room2, room9, 1}] |
|
226, |
|
###Input: |
|
patrol from room3 to room1 |
|
###Output: |
|
[{patrol, room3, room1, 1}] |
|
227, |
|
###Input: |
|
patrol from room3 to room2 |
|
###Output: |
|
[{patrol, room3, room2, 1}] |
|
228, |
|
###Input: |
|
patrol from room3 to room3 |
|
###Output: |
|
[{patrol, room3, room3, 1}] |
|
229, |
|
###Input: |
|
patrol from room3 to room4 |
|
###Output: |
|
[{patrol, room3, room4, 1}] |
|
230, |
|
###Input: |
|
patrol from room3 to room5 |
|
###Output: |
|
[{patrol, room3, room5, 1}] |
|
231, |
|
###Input: |
|
patrol from room3 to room6 |
|
###Output: |
|
[{patrol, room3, room6, 1}] |
|
232, |
|
###Input: |
|
patrol from room3 to room7 |
|
###Output: |
|
[{patrol, room3, room7, 1}] |
|
233, |
|
###Input: |
|
patrol from room3 to room8 |
|
###Output: |
|
[{patrol, room3, room8, 1}] |
|
234, |
|
###Input: |
|
patrol from room3 to room9 |
|
###Output: |
|
[{patrol, room3, room9, 1}] |
|
235, |
|
###Input: |
|
patrol from room4 to room1 |
|
###Output: |
|
[{patrol, room4, room1, 1}] |
|
236, |
|
###Input: |
|
patrol from room4 to room2 |
|
###Output: |
|
[{patrol, room4, room2, 1}] |
|
237, |
|
###Input: |
|
patrol from room4 to room3 |
|
###Output: |
|
[{patrol, room4, room3, 1}] |
|
238, |
|
###Input: |
|
patrol from room4 to room4 |
|
###Output: |
|
[{patrol, room4, room4, 1}] |
|
239, |
|
###Input: |
|
patrol from room4 to room5 |
|
###Output: |
|
[{patrol, room4, room5, 1}] |
|
240, |
|
###Input: |
|
patrol from room4 to room6 |
|
###Output: |
|
[{patrol, room4, room6, 1}] |
|
241, |
|
###Input: |
|
patrol from room4 to room7 |
|
###Output: |
|
[{patrol, room4, room7, 1}] |
|
242, |
|
###Input: |
|
patrol from room4 to room8 |
|
###Output: |
|
[{patrol, room4, room8, 1}] |
|
243, |
|
###Input: |
|
patrol from room4 to room9 |
|
###Output: |
|
[{patrol, room4, room9, 1}] |
|
|