def map_vector3(values):
    """
    Map the values generated with the hypothesis-ros vector3 strategy to a rospy vector type.
    """
    if not isinstance(values, _Vector3):