def map_header(values):
    """
    Map the values generated with the hypothesis-ros header strategy to a rospy header type.
    """
    if not isinstance(values, _Header):