concepts.dm.crowhat.manipulation_utils.pose_utils.pose_distance2#

pose_distance2(pose1, pose2)[source]#

Compute the difference between two poses: ||pose2 - pose1||. This functino returns the positional and angular distance.

Parameters:
Return type:

Tuple[float, float]