Go to the documentation of this file. 47 pub = rospy.Publisher(
'chatter', String)
54 rospy.init_node(
'talker', anonymous=
True)
57 while not rospy.is_shutdown():
59 str =
"hello world %d"%count
61 pub.publish(String(str))
65 if __name__ ==
'__main__':
test_rospy
Author(s): Ken Conley
autogenerated on Sun Feb 3 2019 03:30:22