def map_point(values):
    """
    Map the values generated with the hypothesis-ros point strategy to a rospy Point type.
    """
    if not isinstance(values, _Point):