Skip to content

Commit

Permalink
use edgetpu image for kitchen demo tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 18, 2019
1 parent 6b6328b commit c8f0740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsk_fetch_robot/jsk_fetch_startup/euslisp/navigation-utils.l
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
(send *ri* :speak-jp "キッチンにつきました。" :wait t)
(unix:sleep 1)
(when tweet
(tweet-string "I took a photo at 73B2 Kitchen." :warning-time 3 :with-image t :speak t))
(tweet-string "I took a photo at 73B2 Kitchen." :warning-time 3
:with-image "/edgetpu_object_detector/output/image" :speak t))
(send *ri* :speak-jp "ドックに戻ります。" :wait t)
(auto-dock :n-trial n-dock-trial))
(progn ;; failed to go to kitchen
Expand Down

0 comments on commit c8f0740

Please sign in to comment.