Notifier plugin for app_manager
This plugin notifies app results by sending an e-mail.
mail_title
: mail titlesender_address
: mail sender addressreceiver_address
: mail receiver addressuse_timestamp_title
(default:False
) : Use timestamp in title or not
None
plugins:
- name: mail_notifier_plugin
type: app_notifier/mail_notifier_plugin
plugin_args:
mail_title: Test app
use_timestamp_title: true
sender_address: hoge
receiver_address: hoge
Please see this link to configure properly.
This plugin notifies app results by speaking.
client_name
: client name forsound_play
lang
(default:None
): language, ifNone
, a robot speaks English.
None
plugins:
- name: speech_notifier_plugin
type: app_notifier/speech_notifier_plugin
plugin_args:
client_name: /sound_play_jp
lang: jp
This plugin notifies app results by tweeting.
client_name
: client name forsound_play
image
(default:False
): whether tweet with image or not.image_topic_name
(default:None
): tweet image topic. this argument is used only whenimage
istrue
.warning
(default:False
): whether warn unknown user or not.
None
plugins:
- name: tweet_notifier_plugin
type: app_notifier/tweet_notifier_plugin
plugin_args:
client_name: /tweet_image_server/tweet
image: true
image_topic_name: /head_camera/rgb/image_rect_color
warning: true
This plugin notifies which user is running the app by speaking.
client_name
: client name forsound_play
lang
(default:None
): language, ifNone
, a robot speaks English.warning
(default:False
): whether warn unknown user or not.
None
plugins:
- name: user_speech_notifier_plugin
type: app_notifier/user_speech_notifier_plugin
plugin_args:
client_name: /sound_play_jp
lang: jp
warning: true