forked from marva/sumorobot-web
Update sumorobot.js
This commit is contained in:
parent
e1c76b80cb
commit
f2907cfd27
@ -155,6 +155,7 @@ window.onload = function() {
|
|||||||
{value: "STOP", score: 1000, meta: "sumorobot"},
|
{value: "STOP", score: 1000, meta: "sumorobot"},
|
||||||
{value: "LEFT", score: 1000, meta: "sumorobot"},
|
{value: "LEFT", score: 1000, meta: "sumorobot"},
|
||||||
{value: "RIGHT", score: 1000, meta: "sumorobot"},
|
{value: "RIGHT", score: 1000, meta: "sumorobot"},
|
||||||
|
{value: "SEARCH", score: 1000, meta: "sumorobot"},
|
||||||
{value: "FORWARD", score: 1000, meta: "sumorobot"},
|
{value: "FORWARD", score: 1000, meta: "sumorobot"},
|
||||||
{value: "BACKWARD", score: 1000, meta: "sumorobot"},
|
{value: "BACKWARD", score: 1000, meta: "sumorobot"},
|
||||||
{value: "STATUS", score: 1000, meta: "sumorobot"},
|
{value: "STATUS", score: 1000, meta: "sumorobot"},
|
||||||
@ -275,6 +276,7 @@ window.onload = function() {
|
|||||||
['move stop', 'STOP'],
|
['move stop', 'STOP'],
|
||||||
['move left', 'LEFT'],
|
['move left', 'LEFT'],
|
||||||
['move right', 'RIGHT'],
|
['move right', 'RIGHT'],
|
||||||
|
['move search', 'SEARCH'],
|
||||||
['move forward', 'FORWARD'],
|
['move forward', 'FORWARD'],
|
||||||
['move backward', 'BACKWARD']
|
['move backward', 'BACKWARD']
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user