How does turtlebot broadcast its transform?
I'm learning how to use the navigation stack from the navigation tutorials
It is stated that "The navigation stack requires that the robot be publishing information about the relationships between coordinate frames using tf." However, looking at the turtlebot_node.py code I do not see any "odom_broadcaster.sendTransform" sort of command anywhere.
Can anyone tell me why this is so? Does this have anything to do with the "JointState" variable? I'm not quite sure what this variable is for.