Skip to content

Commit

Permalink
Merge pull request #1248 from knorth55/pr2-audio-play
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada authored Jul 16, 2021
2 parents 1cc468a + 61bf2db commit 5530b93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jsk_pr2_robot/jsk_pr2_startup/pr2_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="launch_ntp_monitor" default="true"/>
<arg name="launch_wifi_ddwrt" default="false" />
<arg name="launch_network_detector" default="true" />
<arg name="launch_audio_play" default="true"/>
<arg name="launch_app_manager" default="true" />
<arg name="setup_mannequin_mode" default="true"
doc="prepares mannequin_mode to be callable by EusLisp interface"/>
Expand Down Expand Up @@ -136,6 +137,15 @@
<remap from="sound_play" to="robotsound" />
</node>

<!-- Audio -->
<include file="$(find audio_play)/launch/play.launch" if="$(arg launch_audio_play)">
<arg name="ns" value="audio_play" />
<arg name="format" value="wave" />
<arg name="channels" value="1" />
<arg name="sample_rate" value="16000" />
<arg name="sample_format" value="S16LE" />
</include>

<!-- Runtime Diagnostics and Motor Trace Logging -->
<node name="runtime_logger" machine="c1" pkg="rosbag" type="record"
args="-o /hwlog/pr2_diagnostics --split --size=200 --bz2 /diagnostics -e '/motor_trace/.*'"
Expand Down

0 comments on commit 5530b93

Please sign in to comment.