Skip to content

Commit

Permalink
Add volume adjust apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanazawanaoaki committed Dec 2, 2022
1 parent 3f00957 commit 46eb4ac
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 1 deletion.
6 changes: 6 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/apps/fetch_apps.installed
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ apps:
display: fetch docking
- app: jsk_fetch_startup/tweet
display: fetch tweeting
- app: jsk_fetch_startup/volume_lower
display: Fetch volume_lower
- app: jsk_fetch_startup/volume_reset
display: Fetch volume_reset
- app: jsk_fetch_startup/volume_zero
display: Fetch volume_zero
- app: jsk_fetch_startup/software_runstop
display: fetch software runstop
- app: jsk_fetch_startup/welcome_to_jsk
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
display: Fetch Volume Lower
description: Fetch speaks lower volume
platform: fetch
run: jsk_robot_startup/auto_speak_volume_lower.l
interface: jsk_fetch_startup/volume_lower.interface
icon: jsk_fetch_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: Fetch Volume Reset
description: Fetch speaks reset volume
platform: fetch
run: jsk_robot_startup/auto_speak_volume_reset.l
interface: jsk_fetch_startup/volume_reset.interface
icon: jsk_fetch_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: Fetch Volume Zero
description: Fetch speaks zero volume
platform: fetch
run: jsk_robot_startup/auto_speak_volume_zero.l
interface: jsk_fetch_startup/volume_zero.interface
icon: jsk_fetch_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.
6 changes: 6 additions & 0 deletions jsk_pr2_robot/jsk_pr2_startup/apps/pr2_apps.installed
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ apps:
display: PR2 hello world
- app: jsk_pr2_startup/tweet
display: PR2 tweet
- app: jsk_pr2_startup/volume_lower
display: PR2 volume_lower
- app: jsk_pr2_startup/volume_reset
display: PR2 volume_reset
- app: jsk_pr2_startup/volume_zero
display: PR2 volume_zero
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,5 +1,11 @@
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/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 46eb4ac

Please sign in to comment.