Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:intermediate:fetch_deliver_plans [2019/07/16 11:50] – [Composite actions: picking and placing] removed not working pick-ups tlipps | tutorials:intermediate:fetch_deliver_plans [2022/07/04 12:31] (current) – [search-for-object] khoshnam | ||
|---|---|---|---|
| Line 79: | Line 79: | ||
| <code lisp> | <code lisp> | ||
| - | (urdf-proj: | + | CL-USER> |
| (let ((?pose (cl-transforms-stamped: | (let ((?pose (cl-transforms-stamped: | ||
| " | " | ||
| Line 242: | Line 242: | ||
| We do this by loading the packages '' | We do this by loading the packages '' | ||
| <code lisp> | <code lisp> | ||
| - | (ros-load: | + | (ros-load: |
| - | (ros-load: | + | (ros-load: |
| </ | </ | ||
| ... and call the following functions: | ... and call the following functions: | ||
| - | < | + | < |
| (in-package : | (in-package : | ||
| (roslisp-utilities: | (roslisp-utilities: | ||
| Line 298: | Line 298: | ||
| ;; location desigs can turn NILL in the course of execution | ;; location desigs can turn NILL in the course of execution | ||
| ;; but should not be passed as NILL to start with. | ;; but should not be passed as NILL to start with. | ||
| - | (type (or desig: | + | (type (or desig: |
| " | " | ||
| If the object is not there or navigation location is unreachable, | If the object is not there or navigation location is unreachable, | ||

