Skip to content

Commit

Permalink
set volume for play-sound
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jan 16, 2023
1 parent dcdef57 commit d8edc8b
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 @@ -36,7 +36,7 @@
;; camera shot sound
(when speak
(play-sound (pathname (ros::resolve-ros-path "package://jsk_pr2_startup/jsk_pr2_lifelog/camera.wav"))
:topic-name "robotsound_jp" :wait t))
:topic-name "robotsound_jp" :wait t :volume volume))
;; specify camera
(when (stringp with-image)
(ros::wait-for-service "/tweet_image_mux/list")
Expand Down

0 comments on commit d8edc8b

Please sign in to comment.