mathiaas

turtle_startup

May 1st, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. dofile("turtle_bot")
  2.  
  3. local scriptName = "startup"
  4.  
  5. local t = TurtleBot.new(scriptName, "North")
  6. t:connect()
  7. t.status = STATUS.IDLE
  8. t:updateData()
Add Comment
Please, Sign In to add comment