2018 World Helicopter Championship

The 2018 World Helicopter Championship was the 16th World Helicopter Championship, held from 23 to 29 July 2018 near Minsk, Belarus. Competitions were organized by the Belarusian Federation of Air Sports under the auspices of the Fédération Aéronautique Internationale.

2018 World Helicopter Championship
Host cityMinsk
Country Belarus
Nations participating7
Teams participating36
Opening ceremony23 July 2018
Closing ceremony29 July 2018
Websitewhc2018.by

Taking part in the competitions were 36 crews from 7 countries, including Austria, Belarus, China, Germany, Poland, Russia, and Ukraine. Belarusian national teams performed on Mi-2 and Robinson R44 helicopters.[1]

The members of the crews competed in navigation, parallel precision flying, parallel fender rigging, and parallel slalom heli-race events.

Russia took gold in the team standings, Belarus finished second, and Poland came in third.[2]

The annual aviation festival #ProNebo was held as a part of the championship on 28-29 July. Visitors could see more than 30 aircraft, including airplanes, helicopters, and hot air balloons. Helicopter racing was one of the most spectacular events of the festival.[3]

Winners

  • Navigation winners:  Poland (Marcin Szamborski & Michał Szamborski)
  • Parallel Precision Flying winners:  Russia (Andrey Orekhov & Vadim Sazonov)
  • Parallel Fender Rigging winners:  Belarus (Uladzimir Buhayeu & Andrei Rogonov)
  • Parallel Slalom winners:  Russia (Maxim Sotnikov & Aleh Puajukas)
  • Team Overall winners:  Russia
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.
gollark: Actually, Lua has flaws, flawlessness is unique to Rust.

References

  1. "Belarus 2nd at 2018 FAI World Helicopter Championship". belarus.by. BelTA. 27 July 2018. Retrieved 17 December 2018.
  2. "16th FAI World Helicopter Championship. Team overall" (PDF). helisport.aero. Fédération Aéronautique Internationale. Retrieved 17 December 2018.
  3. "Aerodrome Borovaya hosts aviation festival #ProNebo". tvr.by. Belarus-1. 30 July 2018. Retrieved 17 December 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.