class documentation
TransformBroadcaster is a convenient way to send transformation updates on the "/tf" message topic.
| Method | __init__ |
Undocumented |
| Method | send |
Broadcast the transformation from tf frame child to parent on ROS topic "/tf". |
| Method | send |
Broadcast the transformation from tf frame child to parent on ROS topic "/tf". |
| Instance Variable | tf2 |
Undocumented |
Broadcast the transformation from tf frame child to parent on ROS topic "/tf".
| Parameters | |
| translation | the translation of the transformtion as a tuple (x, y, z) |
| rotation | the rotation of the transformation as a tuple (x, y, z, w) |
| time | the time of the transformation, as a rospy.Time() |
| child | child frame in tf, string |
| parent | parent frame in tf, string |