Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
playground:playground [2019/07/10 10:29] tlippsplayground:playground [2019/07/10 10:32] tlipps
Line 838: Line 838:
 **deliver** **deliver**
  
 +<code lisp>
 (defun deliver (&key (defun deliver (&key
                   ((:object ?object-designator))                   ((:object ?object-designator))
Line 1061: Line 1062:
  (SIDE RIGHT)  (SIDE RIGHT)
  (RANGE-INVERT 0.5)>)>   (RANGE-INVERT 0.5)>)> 
- 
-(exe:perform place-action)))))))))) 
 </code> </code>
  
 After all this we can finally execute the place action. After all this we can finally execute the place action.
 +
 +<code lisp>
 +(exe:perform place-action))))))))))
 +</code>
  
 {{playground:delivered.png?direct&600|}} {{playground:delivered.png?direct&600|}}