def map_pose(values):
    """
    Map the values generated with the hypothesis-ros pose strategy to a rospy Pose type.
    """
    if not isinstance(values, _Pose):