Skip to content

Instantly share code, notes, and snippets.

@iory
Created November 17, 2018 17:41
Show Gist options
  • Save iory/a5adb0850bee61cf7652a8150e043db8 to your computer and use it in GitHub Desktop.
Save iory/a5adb0850bee61cf7652a8150e043db8 to your computer and use it in GitHub Desktop.
(load "package://pr2eus/robot-interface.l")
(load "package://pr2eus/pr2-interface.l")
(load "package://jsk_maps/src/eng2-scene.l")
(pr2-init)
(setq *robot* *pr2*)
(setq *scene* (make-eng2-scene))
(pprint (send-all (send *scene* :spots) :name))
(send *ri* :move-to
(send *scene* :spot "/eng2/7f/room73B2-door-front"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment