We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec9b8 commit 1c0cc0bCopy full SHA for 1c0cc0b
jsk_tools/src/audible_warning.py
@@ -97,7 +97,7 @@ def run(self):
97
goal.sound_request.sound = SoundRequest.SAY
98
goal.sound_request.command = SoundRequest.PLAY_ONCE
99
goal.sound_request.arg = sentence
100
- goal.sound_request.language = self.language
+ goal.sound_request.arg2 = self.language
101
goal.sound_request.volume = self.volume
102
103
self.previous_spoken_time[e.name] = rospy.Time.now().to_sec()
0 commit comments