Advertisement
CharlieC997

Untitled

Sep 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2.  
  3. step = 0;
  4. hand = false;
  5. position = 5;
  6.  
  7.  
  8.  
  9. while oisbot.rbt ( position != table) {
  10.  
  11.  
  12. step += 1;
  13.  
  14. }
  15.  
  16.  
  17. while oisbot.rbt ( hand = false ) {
  18. hand.action(pickup);
  19. oisbot.turnn(270);
  20. oisbot.walk(5);;
  21. oisbot.turn(90);
  22. oisbot.throw.force(3);
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement