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
doc:package:cram_designators [2014/10/23 15:12] – Typo fix in next-solution description. mpomarlandoc:package:cram_designators [2021/05/02 20:57] (current) gkazhoya
Line 1: Line 1:
 +**Disclaimer: this page is outdated, so some code might not run. See the Tutorials page for more up to date code.**
 +
 ====== cram_designators ====== ====== cram_designators ======
  
Line 75: Line 77:
                      (make-3d-vector 1.0 0.0 0.0)                       (make-3d-vector 1.0 0.0 0.0) 
                      (make-identity-rotation)))))))                      (make-identity-rotation)))))))
-  (make-designator 'action '((type navigation) (goal ,goal-location)))+  (make-designator 'action `((type navigation) (goal ,goal-location)))
 </code> </code>