Vertical formation skydiving

Vertical formation skydiving (VFS) is a subcategory of formation skydiving using high-speed body positions normally associated with freeflying. Competitors build pre-selected formations in free-fall with multiple people gripping each other's limbs or specially built "grippers" on their jumpsuits.

The Fédération Aéronautique Internationale (FAI) world record for the largest VFS free-fall formation is a 164-way, set on July 31, 2015 over Chicago, Illinois, United States.

Project Horizon, the Lodi Sequentials, VFS Arizona and several other yearly invitational skydiving events are centered on pushing the boundaries of VFS.

Competition

There is only one category of official VFS competition, that being VFS 4-way, which is part of the United States Parachute Association Skydiving Nationals. The first official VFS 4-Way US Nationals Competition was held on October 27, 2006, in Eloy, Arizona. Nine teams (45 skydivers) competed.

VFS 4-way has been adopted as an addition to future FAI world competitions (as VFS 4-way), the first being the FAI World Cup in Eloy, AZ, in October 2008.

gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
  • USPA The United States Parachute Association The governing body for sport skydiving in the U.S.
  • Competition History USPA History of Skydiving Competition
  • FAI The Federation Aeronautique Internationale The international governing body for all airborne sports, including skydiving.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.