Skip to content

Commit

Permalink
Merge pull request jsk-ros-pkg#114 from aginika/remove-unneeded-lines
Browse files Browse the repository at this point in the history
remove unneeded lines
  • Loading branch information
garaemon committed Oct 31, 2014
2 parents 15bbc77 + 47bed8d commit 5654013
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@

(defun mei-voice-message-callback
(msg)
(print "aaa")
(print msg)
(unix:system
(format nil "~A ~A happy /tmp/tmp.wav && aplay /tmp/tmp.wav"
*text2wave-jp-path*
(send msg :data))
*text2wave-jp-path*
(send msg :data))
))

(ros::subscribe
Expand All @@ -25,7 +23,6 @@
(ros::rate 3)
(do-until-key
(if (not (ros::ok)) (return-from nil nil))
(print 'running)
(ros::spin-once)
(ros::sleep)
)

0 comments on commit 5654013

Please sign in to comment.