Advertisement
Guest User

wallworkreturn.lua

a guest
Feb 20th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. -- WallWorkReturn
  2. local robot = require("robot")
  3.  
  4. --Facing Waypoint
  5. robot.turnRight()
  6.  
  7. --Move toward Waypoint
  8. for i = 1,15,1
  9.   do
  10.   robot.forward()
  11. end
  12.  
  13. --Facing PYMTEK Lab
  14. robot.turnRight()
  15. robot.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement