-
Notifications
You must be signed in to change notification settings - Fork 3
TalkerBot
Ahmed Khalil edited this page Apr 25, 2018
·
3 revisions
This class is the ROS talker node mainly used to publish commands to the ROS network. TalkerBot
extends AbstractNodeMain
.
This method is called once an instance of Talker is called. Here the publisher is initialized. The initialization includes specifying the topic that will be published on as well as its data type. publish is used to issue the location goals to the robot.
This method is public and can be accessed externally to publish a message on the publisher
in a TalkerBot
instance.
- Parameters:
-
Sting message
: the message to be published onpublisher
-