Skip to content

Commit

Permalink
update cabot_ui/interface to set speech priority in description funct…
Browse files Browse the repository at this point in the history
…ions

Signed-off-by: Masayuki Murata <[email protected]>
  • Loading branch information
muratams authored and daisukes committed Nov 22, 2024
1 parent c85416d commit 3540c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabot_ui/cabot_ui/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ def please_return_position(self):

def requesting_describe_surround(self):
self._activity_log("cabot/interface", "requesting_describe_surround", "")
self.speak(i18n.localized_string("REQUESTING_DESCRIBE_SURROUND"))
self.speak(i18n.localized_string("REQUESTING_DESCRIBE_SURROUND"), priority=SpeechPriority.HIGH)

def describe_surround(self, description):
self._activity_log("cabot/interface", "describe_surround", description)
self.speak(description)
self.speak(description, priority=SpeechPriority.HIGH)

0 comments on commit 3540c56

Please sign in to comment.