how to transform local position to global?
I want to create to nodes and make them communicate on the same topic of type position,
http://wiki.ros.org/ROS/Tutorials/Und...
This tutorial helped me how to create two nodes and make them communicate on a topic. Using turtlesim i can detect the turtle position but how can i convert that position from local to global reference frame? The tutorial only shows how to make nodes and topics and use turtlesim_node as first node and turtle_teleop_key as other, turtle1/pose as the topic, but i can't get how this node can convert the coordinates that is x,y and theta and change them into global reference frame?