tf.TransformBroadcaster.sendTransform takes in the transformation from
the child frame to the parent frame. In this case base_link (the robot's
frame) is the child and the parent is odom. To transform from the
robot's frame to the parent frame, the angle should be negative of the
robot's frame relative to the world.
tf.TransformBroadcaster.sendTransform
takes in the transformation from the child frame to the parent frame. In this casebase_link
(the robot's frame) is the child and the parent isodom
. To transform from the robot's frame to the parent frame, the angle should be negative of the robot's frame relative to the world.