I am using the ur_rtde python package to communicate and move the UR10 robot. However getActualTCPPose () doesnt give the time in which the pose was captured. Is their any way to have access to this data.
I am aware of getTimestamp () which give me access to the clock within the robot but I still need the exact moment the reading was registered for the pose.
I am using ROS and recording other camera related data (mounted on the UR), the hardware timestamp of the pose is essential to sync the messages together.