The python geometry_msgs.msg.TransformStamped module provides a data structure for representing a stamped transformation in three-dimensional space. It includes attributes for a timestamp, the frame in which the transformation is defined, and the transformation itself, represented by translation and rotation values. This module allows for convenient manipulation and exchange of transformation data in robotics and other applications involving geometric calculations.
Python TransformStamped - 60 examples found. These are the top rated real world Python examples of geometry_msgs.msg.TransformStamped extracted from open source projects. You can rate examples to help us improve the quality of examples.