1 from app_manager
import AppManagerPlugin
2 from std_msgs.msg
import String
8 self.
pub = rospy.Publisher(
'/test_plugin', String)
10 while self.
pub.get_num_connections() == 0:
11 rospy.logwarn(
'wait for subscriber...')
15 self.
pub.publish(
"{{'start_plugin': {}}}".format(plugin_args))
19 "{{'stop_plugin': {}," 23 "}}".format(plugin_args,
27 ctx[
'test_app_exit_code'] = 0
def app_manager_stop_plugin(self, app, ctx, plugin_args)
def app_manager_start_plugin(self, app, ctx, plugin_args)