Created
November 17, 2018 17:41
-
-
Save iory/a5adb0850bee61cf7652a8150e043db8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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