talker-node.md
Overview
Prerequisite
Running the node
Making it talk
import rospy
from std_msgs import String
pub = rospy.Publisher('/things_to_say', String, queue_size=1)
rospy.init_node('say_something')
pub.publish('Kill all humans')Ari Carr and Ben Albert 10/31/2018
Last updated
Was this helpful?
