-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In v1.5.6 the Robot specifig methodes are not working #1050
Comments
Uh, itd be robot.moveUp if it did exist but it probably doesn't because its On Fri, 10 Apr 2015 7:24 pm dave3004 notifications@github.com wrote:
|
I habe only reporter this because its in the wiki |
There is no robot.move in that api, that is the openos api, are you sure On Fri, 10 Apr 2015 7:38 pm dave3004 notifications@github.com wrote:
|
Also all methods are lowercase so that could be the problem. Nonetheless On Fri, 10 Apr 2015 7:49 pm Sandra Nicole gjgfujb@gmail.com wrote:
|
Just run for k,v in pairs(robot) do print(k,v) end to get |
@Dave3004 Do not use the robot component, use the robot API, i.e. don't do |
What Vexatos said. |
Like robot.Up() and robot.Down() are not wirking instead you have to use robot.move(direction)
The text was updated successfully, but these errors were encountered: