Skip to content

Commit

Permalink
send /move_base/cancel when go-to-kitchen stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi authored and knorth55 committed Sep 8, 2021
1 parent bbc5ca6 commit abfa737
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ plugins:
mail_title: Fetch kitchen patrol demo
use_timestamp_title: true
plugin_arg_yaml: /var/lib/robot/fetch_mail_notifier_plugin.yaml
- name: move_base_cancel_plugin
type: app_publisher/rostopic_publisher_plugin
plugin_args:
stop_topics:
- name: "/move_base/cancel"
pkg: actionlib_msgs
type: GoalID
plugin_order:
start_plugin_order:
- service_notification_saver_plugin
Expand All @@ -152,6 +159,7 @@ plugin_order:
- tweet_notifier_plugin
- speech_notifier_plugin
- mail_notifier_plugin
- move_base_cancel_plugin
stop_plugin_order:
- service_notification_saver_plugin
- smach_notification_saver_plugin
Expand All @@ -166,3 +174,4 @@ plugin_order:
- tweet_notifier_plugin
- speech_notifier_plugin
- mail_notifier_plugin
- move_base_cancel_plugin

0 comments on commit abfa737

Please sign in to comment.