Skip to content

Commit

Permalink
Merge pull request #1145 from knorth55/fix-fetch-tweet-app
Browse files Browse the repository at this point in the history
[jsk_robot_startup] wait until speech ends
  • Loading branch information
k-okada authored Oct 14, 2019
2 parents d98c200 + a0052fa commit 9b931bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_robot_common/jsk_robot_startup/lifelog/tweet_client.l
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
twit-str (format nil "/tmp/tweet_image.jpg")))))
(t
(ros::publish "/tweet" (instance std_msgs::String :init :data twit-str))))
(when speak (speak-jp "ついーとしました"))))
(when speak (speak-jp "ついーとしました" :wait t))))

0 comments on commit 9b931bc

Please sign in to comment.