-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4ee0b6
commit 0f022ca
Showing
13 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
6 changes: 6 additions & 0 deletions
6
jsk_robot_common/jsk_robot_startup/apps/volume_lower/volume_lower.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 2 additions & 0 deletions
2
jsk_robot_common/jsk_robot_startup/apps/volume_lower/volume_lower.interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
6
jsk_robot_common/jsk_robot_startup/apps/volume_reset/volume_reset.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 2 additions & 0 deletions
2
jsk_robot_common/jsk_robot_startup/apps/volume_reset/volume_reset.interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
published_topics: {} | ||
subscribed_topics: {} |
Binary file added
BIN
+79.6 KB
jsk_robot_common/jsk_robot_startup/apps/volume_reset/volume_reset.png
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
6
jsk_robot_common/jsk_robot_startup/apps/volume_zero/volume_zero.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 2 additions & 0 deletions
2
jsk_robot_common/jsk_robot_startup/apps/volume_zero/volume_zero.interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.