Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tutorials:advanced:unreal-engine [2022/03/08 14:13] vanessatutorials:advanced:unreal-engine [2022/03/08 14:15] (current) – [Spawn objects in Unreal from Cram] vanessa
Line 108: Line 108:
  
 ====== Spawn objects in Unreal from Cram ====== ====== Spawn objects in Unreal from Cram ======
 +Run the same launch files as above, but without giskard. Open Emacs, load cram_urobosim and start a node. Try to spawn an object with
  
 <code bash> <code bash>
 (unreal:spawn-object :spoon (cl-tf:make-identity-pose)) (unreal:spawn-object :spoon (cl-tf:make-identity-pose))
 </code> </code>