Skip to content

Commit

Permalink
[jsk_tools/audible_warning] Fixed typo language to arg2
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed May 16, 2022
1 parent c8ec9b8 commit 1c0cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_tools/src/audible_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(self):
goal.sound_request.sound = SoundRequest.SAY
goal.sound_request.command = SoundRequest.PLAY_ONCE
goal.sound_request.arg = sentence
goal.sound_request.language = self.language
goal.sound_request.arg2 = self.language
goal.sound_request.volume = self.volume

self.previous_spoken_time[e.name] = rospy.Time.now().to_sec()
Expand Down

0 comments on commit 1c0cc0b

Please sign in to comment.