Skip to content

Commit

Permalink
add time_signal app in jsk_fetch_startup
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jan 8, 2020
1 parent 7072d35 commit f537114
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
2 changes: 2 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 @@ -21,3 +21,5 @@ apps:
display: fetch patrol in 73B2
- app: jsk_fetch_startup/speak_battery
display: speak battery information
- app: jsk_fetch_startup/time_signal
display: speak time signal
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
display: Speak time signal
platform: fetch
launch: jsk_fetch_startup/time_signal.xml
interface: jsk_fetch_startup/time_signal.interface
icon: jsk_fetch_startup/time_signal.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,3 @@
<launch>
<node name="run_time_signal" pkg="jsk_fetch_startup" type="time_signal.py" output="screen"/>
</launch>

0 comments on commit f537114

Please sign in to comment.