Skip to content

Commit

Permalink
Add volume adjust apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanazawanaoaki authored and knorth55 committed Dec 4, 2022
1 parent 0b9684d commit 9b0aa83
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jsk_robot_common/jsk_robot_startup/apps/robot_apps.installed
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
apps:
- app: jsk_robot_startup/personal_use
display: Personal use
display: Personal use
- app: jsk_robot_startup/check_use_sim_time
display: Check /use_sim_time param
- app: jsk_robot_startup/roseus_resume_interrupt
display: Interrupt
- app: jsk_robot_startup/roseus_resume_resume
display: Resume
- app: jsk_robot_startup/volume_lower
display: Volume lower
- app: jsk_robot_startup/volume_reset
display: Volume reset
- app: jsk_robot_startup/volume_zero
display: Volume zero
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
display: Volume Lower
description: robot speaks lower volume
platform: all
run: jsk_robot_startup/auto_speak_volume_lower.l
interface: jsk_robot_startup/volume_lower.interface
icon: jsk_robot_startup/volume_lower.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
published_topics: {}
subscribed_topics: {}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
display: Volume Reset
description: robot speaks reset volume
platform: all
run: jsk_robot_startup/auto_speak_volume_reset.l
interface: jsk_robot_startup/volume_reset.interface
icon: jsk_robot_startup/volume_reset.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
published_topics: {}
subscribed_topics: {}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
display: Volume Zero
description: robot speaks zero volume
platform: all
run: jsk_robot_startup/auto_speak_volume_zero.l
interface: jsk_robot_startup/volume_zero.interface
icon: jsk_robot_startup/volume_zero.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
published_topics: {}
subscribed_topics: {}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b0aa83

Please sign in to comment.