Air-Cobot

Summary

Air-Cobot (Aircraft Inspection enhanced by smaRt & Collaborative rOBOT) is a French research and development project of a wheeled collaborative mobile robot able to inspect aircraft during maintenance operations. This multi-partner project involves research laboratories and industry. Research around this prototype was developed in three domains: autonomous navigation, human-robot collaboration and nondestructive testing.

Air-Cobot
CountryFrance
TypeCobot
Websiteaircobot.akka.eu

Air-Cobot is presented as the first wheeled robot able to perform visual inspections of aircraft. Inspection robots using other types of sensors have been considered before, such as the European project Robair. Since the launch of the project, other solutions based on image processing began to be developed, such as EasyJet with a drone, the swarm of drones from Toulouse company Donecle and the Aircam project of the aerospace manufacturer Airbus.

Since the beginning of the project in 2013, the Air-Cobot robot is dedicated to inspect the lower parts of an aircraft. In the continuation of the project, there is the prospect of coupling with a drone to inspect an aircraft's upper parts. In October 2016, Airbus Group launched its research project on the hangar of the future in Singapore. The robots from the Air-Cobot and Aircam projects are included in it.

Project description edit

Objectives edit

Launched in January 2013,[1] the project is part of the Interministerial Fund program of Aerospace Valley, a business cluster in southwestern France.[2] With a budget of over one million euros,[3] Air-Cobot aims to develop an innovative collaborative mobile robot, autonomous in its movements and able to perform the inspection of an aircraft with nondestructive testing sensors during preflight or during maintenance operations in a hangar.[2][4] Testing has been performed at the premises of Airbus and Air France Industries.[5]

Partners edit

 
Air-Cobot has been tested on Airbus A320s in the premises of Airbus and Air France Industries.[5]

The project leader is Akka Technologies. There are two academic partners; Akka Technologies and four other companies make up the five commercial partners.[6]

Academic partners
Industrial partners

Project finance edit

Project finance is provided by banque publique d'investissement, the Aquitaine Regional Council, the Pyrénées-Atlantiques Departemental Council, the Midi-Pyrénées Regional Council and by the European Union.[12]

Expected benefits edit

Aircraft are inspected during maintenance operations either outdoors on an airport between flights, or in a hangar for longer-duration inspections. These inspections are conducted mainly by human operators, visually and sometimes using tools to assess defects.[A 1] The project aims to improve inspections of aircraft and traceability. A database dedicated to each aircraft type, containing images and three-dimensional scans, will be updated after each maintenance. This allows for example to assess the propagation of a crack.[4][13]

The human operator's eyes fatigue over time while an automatic solution ensures reliability and repeatability of inspections. The decrease in time taken for inspections is a major objective for aircraft manufacturers and airlines. If maintenance operations are faster, this will optimize the availability of aircraft and reduce maintenance operating costs.[4][13]

Robot equipment edit

 
Air-Cobot in a hangar of Air France Industries.[A 1]

All electronics equipment is carried by the 4MOB mobile platform manufactured by Sterela. The off-road platform, equipped with four-wheel drive, can move at a speed of 2 metres per second (7.2 kilometres per hour (4.47 mph)).[11] Its lithium-ion battery allows an operating time of eight hours. Two bumpers are located at the front and at the rear. These are obstacle detection bumpers. They stop the platform if they are compressed.[11]

The cobot weighs 230 kilograms (507 lb). It has two computers, one running Linux for the autonomous navigation module and the other Windows for the non-destructive testing module. The robot is equipped with several sensors. The pan-tilt-zoom camera manufactured by Axis Communications and Eva 3D scanner manufactured by Artec 3D are dedicated to inspection. The sensors for navigation are an inertial measurement unit; two benches, each equipped with two PointGrey cameras; two Hokuyo laser range finders; and a GPS unit developed by M3 Systems that allows for geofencing tasks in outdoor environments.[3][7]

Autonomous navigation edit

The autonomous navigation of the Air-Cobot robot is in two phases. The first, navigation in the airport or the factory, allows the robot to move close to the aircraft. The second navigation, around the aircraft, allows the robot to position itself at control points referenced in the aircraft virtual model. In addition, the robot must insert itself in a dynamic environment where humans and vehicles are moving. To address this problem, it has an obstacle avoidance module. Many navigation algorithms are constantly running on the robot with real time constraints. Searches are conducted on optimizing the computing time.[citation needed][clarification needed]

Navigation in the airport or the factory edit

In an outdoor environment, the robot is able to go to the inspection site by localizing through Global Positioning System (GPS) data. The GPS device developed by M3 Systems allows geofencing. At the airport, the robot operates in dedicated navigation corridors respecting speed limits. Alerts are sent to the operator if the robot enters a prohibited area or exceeds a given speed.[10][A 2]

Another algorithm based on computer vision provides, in real-time, a lane marking detection. When visible, painted lanes on the ground can provide complementary data to the positioning system to have safer trajectories.[A 3] If in an indoor environment or an outdoor environment where GPS information is not available, the cobot can be switch to follower mode to move behind the human operator and follow her or him to the aircraft to inspect.[14][A 2]

Navigation around the aircraft edit

To perform the inspection, the robot has to navigate around the aircraft and get to the checkpoints called up in the aircraft virtual model. The position of the aircraft in the airport or factory is not known precisely; the cobot needs to detect the aircraft in order to know its position and orientation relative to the aircraft. To do this, the robot is able to locate itself, either with the laser data from its laser range finders,[A 4] or with image data from its cameras.[A 1][A 5]

Near the aircraft, a point cloud in three dimensions is acquired by changing the orientation of the laser scanning sensors fixed on pan-tilt units. After filtering data to remove floor- or insufficiently large dot clusters, a registration technique with the model of the aircraft is used to estimate the static orientation of the robot. The robot moves and holds this orientation by considering its wheel odometry, its inertial unit and visual odometry.[A 4]

 
Air-Cobot can estimate its position relative to an aircraft by using visual landmarks on the fuselage.[A 5]

Laser data are also used horizontally in two dimensions. An algorithm provides a real-time position estimation of the robot when enough elements from the landing gears and engines are visible. A confidence index is calculated based on the number of items collected by lasers. If good data confidence is achieved, the position is updated. This mode is particularly used when the robot moves beneath the aircraft.[A 4]

For visual localization, the robot estimates its position relative to the aircraft using visual elements (doors, windows, tires, static ports etc.) of the aircraft. During the evolution of the robot, these visual elements are extracted from a three-dimensional virtual model of the aircraft and projected in the image plane of the cameras. The projected shapes are used for pattern recognition to detect those visual elements.[A 5] The other detection method used is based on the extraction of features with a Speeded Up Robust Features (SURF) approach. A pairing is performed between images of each element to be detected and the actual scene experienced.[A 1]

By detecting and tracking visual landmarks, in addition to estimating its position relative to the aircraft, the robot can perform a visual servoing.[A 6] Research in vision is also conducted on simultaneous localization and mapping (SLAM).[A 7][A 8] A merger of information between the two methods of acquisition and laser vision is being considered. Artificial intelligence arbitrating various locations is also under consideration.[A 4][A 1]

Obstacle avoidance edit

In both navigation modes, Air-Cobot is also able to detect, track, identify and avoid obstacles that are in its way. The laser data from laser range sensors and visual data from the cameras can be used for detection, monitoring and identification of the obstacles. The detection and monitoring are better in the two-dimensional laser data, while identification is easier in the images from the cameras; the two methods are complementary. Information from laser data can be used to delimit work areas in the image.[A 6][A 9][A 10]

The robot has several possible responses to any obstacles. These will depend on its environment (navigation corridor, tarmac area without many obstacles, cluttered indoor environment etc.) at the time of the encounter with an obstacle. It can stop and wait for a gap in traffic, or avoid an obstacle by using a technique based on a spiral, or perform path planning trajectories.[A 6][A 10]

Computing time optimization edit

Given the number of navigation algorithms calculating simultaneously to provide all the information in real time, research has been conducted to improve the computation time of some numerical methods using field-programmable gate arrays.[A 11][A 12][A 13] The research focused on visual perception. The first part was focused on the simultaneous localization and mapping with an extended Kalman filter that estimates the state of a dynamic system from a series of noisy or incomplete measures.[A 11][A 13] The second focused on the location and the detection of obstacles.[A 12]

Non-destructive testing edit

 
Air-Cobot can inspect the blades of a turbofan engine.[A 14]

Image analysis edit

After having positioned to perform a visual inspection, the robot performs an acquisition with a pan-tilt-zoom camera. Several steps take place: pointing the camera, sensing the element to be inspected, if needed repointing and zooming with the camera, image acquisition and inspection. Image analysis is used on doors to determine whether they are open or closed; on the presence or absence of protection for certain equipment; the state of turbofan blades or the wear of landing gear tires.[A 14][A 15][A 16][A 17]

The detection uses pattern recognition of regular shapes (rectangles, circles, ellipses). The 3D model of the element to be inspected can be projected in the image plane for more complex shapes. The evaluation is based on indices such as the uniformity of segmented regions, convexity of their forms, or periodicity of the image pixels' intensity.[A 14]

The feature extraction using speeded up robust features (SURF) is also able to perform the inspection of certain elements having two possible states, such as pitot probes or static ports being covered or not covered. A pairing is performed between images of the element to be inspected in different states and that present on the scene. For these simple items to be inspected, an analysis during navigation is possible and preferable due to its time saving.[A 1][A 18]

Point cloud analysis edit

After having positioned to perform a scan inspection, the pantograph elevates the 3D scanner at the fuselage. A pan-tilt unit moves the scan device to acquire the hull. By comparing the data acquired to the three-dimensional model of the aircraft, algorithms are able to diagnose any faults in the fuselage structure and provide information on their shape, size and depth.[15][A 19][A 20]

By moving the pan-tilt units of the laser range finders, it is also possible to obtain a point cloud in three dimensions. Technical readjustment between the model of the aircraft and the scene point cloud is already used in navigation to estimate the static placement of the robot. It is planned to make targeted acquisitions, simpler in terms of movement, to verify the absence of chocks in front of the landing gear wheels, or the proper closing of engine cowling latches.[A 4]

Collaboration human-robot edit

As the project name suggests, the mobile robot is a cobot – a collaborative robot. During phases of navigation and inspection, a human operator accompanies the robot; he can take control if necessary, add inspection tasks, note a defect that is not in the list of robot checks, or validate the results. In the case of pre-flight inspections, the diagnosis of the walk-around is sent to the pilot who decides whether or not to take off.[7][14][A 21]

Other robotic inspection solutions edit

 
The drones can inspect upper parts of the aircraft such as the tail and simplify maintenance checks.

European project Robair edit

The inspection robot of the European project Robair, funded from 2001 to 2003, is designed to mount on the wings and fuselage of an aircraft to inspect rows of rivets. To move, the robot uses a flexible network of pneumatic suction cups that are adjustable to the surface. It can inspect the lines of rivets with ultrasonic waves, eddy current and thermographic techniques. It detects loose rivets and cracks.[16][17][18]

EasyJet drone edit

Airline EasyJet is interested in the inspection of aircraft with drones. It made a first inspection in 2015. Equipped with laser sensors and high resolution camera, the drone performs autonomous flight around the aeroplane. It generates a three-dimensional image of the aircraft and transmits it to a technician. The operator can then navigate in this representation and zoom to display a high-resolution picture of some parts of the aircraft. The operator must then visually diagnose the presence or absence of defects. This approach avoids the use of platforms to observe the upper parts of the aeroplane.[19]

Donecle drone edit

 
Donecle's autonomous drone inspecting an aircraft.

Founded in 2015, Donecle, a Toulouse start-up company, has also launched a drone approach which was initially specialized in the detection of lightning strikes on aeroplanes.[20][21] Performed by five people equipped with harnesses and platforms, this inspection usually takes about eight hours. The immobilization of the aircraft and the staff are costly for the airlines, estimated at $10 000 per hour. The solution proposed by the start-up lasts twenty minutes.[21]

Donecle uses a swarm of drones equipped with laser sensors and micro-cameras. The algorithms for automatic detection of defects, trained on existing images database with a machine learning software, are able to identify various elements: texture irregularities, pitot probes, rivets, openings, text, defects, corrosion, oil stains. A damage report is sent on the operator's touch pad with each area of interest and the proposed classification with a probability percentage. After reviewing the images, the verdict is pronounced by a qualified inspector.[21]

Project continuation edit

In 2015, in an interview given to the French weekly magazine Air & Cosmos, Jean-Charles Marcos, chief executive officer (CEO) of Akka Research, explained that once developed and marketed the Air-Cobot should cost between 100,000 and 200,000 euros. He could meet civilian needs in nondestructive testing and also military ones.[3] A possible continuation of the project could be the use of the robot on aircraft larger than the Airbus A320. The CEO also revealed that Akka Technologies plans to work on a duo of robots for inspection: the same mobile platform for the lower parts, and a drone for the upper parts. If funding is allocated then this second phase would take place during the period 2017–2020.[3]

At the Singapore Airshow in February 2016, Airbus Group presented Air-Cobot and its use in its vision of the hangar of the future.[22] The same month, the Singapore government enlisted Airbus Group to help local maintenance, repair, and operations providers to stay competitive against neighbour countries like Indonesia, Thailand and the Philippines which are cheaper. To improve productivity, Airbus Group launches, in October 2016, a testbed hangar where new technologies can be tested. Upon entering the hangar, cameras study the aircraft to detect damages. Mobile robots, such as the one of the Air-Cobot project, and drones, such as the one of the Aircam project, carry out more detailed inspections.[23]

During the 14th International Conference on Remote Engineering and Virtual Instrumentation in March 2017, Akka Research Toulouse, one of the centers for research and development of Akka Technologies, presents its vision of the airport of the future.[A 2] In addition of Air-Cobot, a previous step in this research axis is Co-Friend, an intelligent video surveillance system to monitor and improve airport operations.[A 2][24] Futur researches will focus on the management of this operations, autonomous vehicles, non-destructive testing and human-machine interactions to increase efficiency and security on airports.[A 2] From August 2017, the robot comes in once a month in Aeroscopia, an aeronautics museum of Blagnac. The researchers of the project take advantage of the collection to test the robot and acquire data on other aircraft models such as Airbus A400M, Airbus A300 and Sud-Aviation SE 210 Caravelle.[25]

Communications edit

 
Air-Cobot under the belly of an Airbus A320 in a hangar.[A 4]

On 23 October 2014, a patent was filed by Airbus.[26] From 2014 to 2016, the robot had presentations in five exhibitions including Paris Air Show 2015,[1][27][28] and Singapore Airshow 2016.[22][29] The research developed in the project was presented in eighteen conferences. Twenty-one scientific articles were published seventeen conference proceedings and four journal articles.[30] Part of publications is centered on navigation and/or inspection by Air-Cobot while the rest focuses on specific numerical methods or hardware solutions related to the issues of the project. During the international conference Machine Control and Guidance (MCG) of 2016, the prize for the best final application is awarded to the authors of the publication Human-robot collaboration to perform aircraft inspection in working environment.[31]

On 17 April 2015, Airbus Group distributed a project presentation video, made by the communication agency Clipatize, on its YouTube channel.[14][32] On 25 September 2015, Toulouse métropole broadcasts a promotional video on its YouTube channel. Toulouse metropolis is presented as an attractive ecosystem, able to build the future and highlights its visibility internationally. The Air-Cobot demonstrator was chosen to illustrate the robotics research of this metropolis.[33] Located at Laboratoire d'analyse et d'architecture des systèmes during development, researchers or engineers working on the project regularly present a demonstration to visitors (external researchers, industrial partners, or students); it was also demonstrated to the general public during the 2015 Feast of Science.[34] Airbus Group, on 17 February 2016, broadcast a YouTube video presentation of its vision of the hangar of the future in which it plans to use Air-Cobot.[22]

See also edit

Notes and references edit

Research publications of the project edit

Proceedings edit

  • Futterlieb, Marcus; Cadenat, Viviane; Sentenac, Thierry (2014). "A navigational framework combining Visual Servoing and spiral obstacle avoidance techniques". Informatics in Control, Automation and Robotics (ICINCO), 2014 11th International Conference on, Vienna: 57–64.
  • Esparza-Jiménez, Jorge Othón; Devy, Michel; Gordillo, José Luis (2014). "EKF-based SLAM fusing heterogeneous landmarks". 17th International Conference on Information Fusion (FUSION): 1–8.
  • Tertei, Daniel Törtei; Piat, Jonathan; Devy, Michel (2014). "FPGA design and implementation of a matrix multiplier based accelerator for 3D EKF SLAM". International Conference on ReConFigurable Computing and FPGAs (ReConFig14): 1–6.
  • Jovancevic, Igor; Orteu, Jean-José; Sentenac, Thierry; Gilblas, Rémi (April 2015a). Meriaudeau, Fabrice; Aubreton, Olivier (eds.). "Automated visual inspection of an airplane exterior". Proceedings of SPIE. Twelfth International Conference on Quality Control by Artificial Vision 2015. 9534: 95340Y. Bibcode:2015SPIE.9534E..0YJ. doi:10.1117/12.2182811. S2CID 29158717.
  • (in French) Jovancevic, Igor; Orteu, Jean-José; Sentenac, Thierry; Gilblas, Rémi (November 2015b). "Inspection d'un aéronef à partir d'un système multi-capteurs porté par un robot mobile". Actes du 14ème Colloque Méthodes et Techniques Optiques pour l'Industrie.
  • Alhamwi, Ali; Vandeportaele, Bertrand; Piat, Jonathan (2015). "Real Time Vision System for Obstacle Detection and Localization on FPGA". Computer Vision Systems – 10th International Conference, ICVS 2015: 80–90.
  • Jovancevic, Igor; Viana, Ilisio; Orteu, Jean-José; Sentenac, Thierry; Larnier, Stanislas (February 2016). "Matching CAD Model and Image Features for Robot Navigation and Inspection of an Aircraft". Proceedings of the 5th International Conference on Pattern Recognition Applications and Methods (PDF). International Conference on Pattern Recognition Applications and Methods. pp. 359–366. doi:10.5220/0005756303590366. ISBN 978-989-758-173-1.
  • Jovancevic, Igor; Arafat, Al; Orteu, Jean-José; Sentenac, Thierry (2016). "Airplane tire inspection by image processing techniques". 5th Mediterranean Conference on Embedded Computing.
  • (in French) Frejaville, Jérémy; Larnier, Stanislas; Vetault, Stéphane (2016). "Localisation à partir de données laser d'un robot naviguant autour d'un avion". Actes de la conférence Reconnaissance de Formes et Intelligence Artificielle.
  • (in French) Villemot, Tanguy; Larnier, Stanislas; Vetault, Stéphane (2016). "Détection d'amers visuels pour la navigation d'un robot autonome autour d'un avion et son inspection". Actes de la conférence Reconnaissance de Formes et Intelligence Artificielle.
  • Donadio, Frédéric; Frejaville, Jérémy; Larnier, Stanislas; Vetault, Stéphane (2016). "Human-robot collaboration to perform aircraft inspection in working environment" (PDF). Proceedings of 5th International Conference on Machine Control and Guidance.
  • Lakrouf, Mustapha; Larnier, Stanislas; Devy, Michel; Achour, Nouara (2017). "Moving Obstacles Detection and Camera Pointing for Mobile Robot Applications". Proceedings of the 3rd International Conference on Mechatronics and Robotics Engineering. pp. 57–62. doi:10.1145/3068796.3068816. ISBN 9781450352802. S2CID 2361994.
  • Donadio, Frédéric; Frejaville, Jérémy; Larnier, Stanislas; Vetault, Stéphane (2017). "Artificial intelligence and collaborative robot to improve airport operations". Proceedings of 14th International Conference on Remote Engineering and Virtual Instrumentation.
  • Bauda, Marie-Anne; Bazot, Cécile; Larnier, Stanislas (2017). "Real-time ground marking analysis for safe trajectories of autonomous mobile robots". 2017 IEEE International Workshop of Electronics, Control, Measurement, Signals and their Application to Mechatronics (ECMSM). pp. 1–6. doi:10.1109/ECMSM.2017.7945887. ISBN 978-1-5090-5582-1. S2CID 25210956.
  • Leiva, Javier Ramirez; Villemot, Tanguy; Dangoumeau, Guillaume; Bauda, Marie-Anne; Larnier, Stanislas (2017). "Automatic visual detection and verification of exterior aircraft elements". 2017 IEEE International Workshop of Electronics, Control, Measurement, Signals and their Application to Mechatronics (ECMSM). pp. 1–5. doi:10.1109/ECMSM.2017.7945885. ISBN 978-1-5090-5582-1. S2CID 9052556.
  • Bauda, Marie-Anne; Grenwelge, Alex; Larnier, Stanislas (2018). "3D scanner positioning for aircraft surface inspection" (PDF). Proceedings of European Congress Embedded Real Time Software and Systems.
  • Leca, Dimitri; Cadenat, Viviane; Sentenac, Thierry; Durand-Petiteville, Adrien; Gouaisbaut, Frédéric; Le Flécher, Emile (2019). "Sensor-based Obstacles Avoidance Using Spiral Controllers for an Aircraft Maintenance Inspection Robot". Proceedings of European Control Conference: 2083–2089.

Journal articles edit

  • Jovancevic, Igor; Larnier, Stanislas; Orteu, Jean-José; Sentenac, Thierry (November 2015). "Automated exterior inspection of an aircraft with a pan-tilt-zoom camera mounted on a mobile robot". Journal of Electronic Imaging. 24 (6): 061110. Bibcode:2015JEI....24f1110J. doi:10.1117/1.JEI.24.6.061110. S2CID 29167101.
  • Esparza-Jiménez, Jorge Othón; Devy, Michel; Gordillo, José Luis (2016). "EKF-based SLAM fusing heterogeneous landmarks". Sensors. 16 (4): 489. doi:10.3390/s16040489. PMC 4851003. PMID 27070602.
  • Tertei, Daniel Törtei; Piat, Jonathan; Devy, Michel (2016). "FPGA design of EKF block accelerator for 3D visual SLAM". Computers and Electrical Engineering.
  • Jovancevic, Igor; Pham, Huy-Hieu; Orteu, Jean-José; Gilblas, Rémi; Harvent, Jacques; Maurice, Xavier; Brèthes, Ludovic (2017). "Détection et caractérisation de défauts de surface par analyse des nuages de points 3D fournis par un scanner". Instrumentation, Mesure, Métrologie, Lavoisier (in French). 16: 261–282.

PhD thesis reports edit

  • Jovancevic, Igor (2016). Exterior inspection of an aircraft using a Pan-Tilt-Zoom camera and a 3D scanner moved by a mobile robot: 2D image processing and 3D point cloud analysis. École nationale supérieure des mines d'Albi-Carmaux.
  • Futterlieb, Marcus (2017). Vision based navigation in a dynamic environment. Université Paul Sabatier.

Other references edit

  1. ^ a b (in French) Xavier Martinage (17 June 2015). "Air-Cobot : le robot dont dépendra votre sécurité". lci.tf1.fr. La Chaîne Info. Archived from the original on 3 January 2016. Retrieved 12 July 2016.
  2. ^ a b (in French) "Air-Cobot : un nouveau mode d'inspection visuelle des avions". competitivite.gouv.fr. Les pôles de compétitivité. Archived from the original on 11 October 2016. Retrieved 12 July 2016.
  3. ^ a b c d e f (in French) Olivier Constant (11 September 2015). "Le projet Air-Cobot suit son cours". Air et Cosmos (2487). Retrieved 12 July 2016.
  4. ^ a b c (in French) "Rapport d'activité 2013–2014 de l'Aerospace Valley" (PDF). aerospace-valley.com. Aerospace Valley. Archived from the original (PDF) on 24 September 2016. Retrieved 12 July 2016.
  5. ^ a b (in French) "News du projet Air-Cobot". aircobot.akka.eu. Akka Technologies. Archived from the original on 10 July 2016. Retrieved 12 July 2016.
  6. ^ a b c d e f g h (in French) "AKKA Technologies coordonne le projet Air-COBOT, un robot autonome d'inspection visuelle des avions". Capital. 1 July 2014. Archived from the original on 25 June 2016. Retrieved 14 July 2016.
  7. ^ a b c d e f g h i (in French) "Air-Cobot, le robot qui s'assure que vous ferez un bon vol !". Planète Robots (38): 32–33. March–April 2016.
  8. ^ (in French) "Contrats RAP". Laboratoire d'analyse et d'architecture des systèmes. Archived from the original on 14 September 2015. Retrieved 17 July 2016.
  9. ^ (in French) "Akka Technologies : une marque employeur orientée sur l'innovation". Le Parisien. 15 February 2016. Retrieved 17 July 2016.
  10. ^ a b "M3 Systems Flagship Solution". M3 Systems. Archived from the original on 6 August 2016. Retrieved 17 July 2016.
  11. ^ a b c (in French) "4MOB, plateforme intelligente autonome" (PDF). Sterela Solutions. Archived from the original (PDF) on 9 August 2016. Retrieved 17 July 2016.
  12. ^ (in French) "Financeurs". aircobot.akka.eu. Akka Technologies. Archived from the original on 4 August 2016. Retrieved 15 July 2016.
  13. ^ a b (in French) Véronique Guillermard (18 May 2015). "Aircobot contrôle les avions avant le décollage". Le Figaro. Retrieved 14 July 2016.
  14. ^ a b c Air-Cobot on YouTube
  15. ^ (in French) Pascal NGuyen (December 2014). "Des robots vérifient l'avion au sol". Sciences et Avenir (814). Archived from the original on 8 August 2016. Retrieved 17 July 2016.
  16. ^ (in French) "Robair, Inspection robotisée des aéronefs". European Commission. Retrieved 16 July 2016.
  17. ^ "Robair". London South Bank University. Retrieved 16 July 2016.
  18. ^ Shang, Jianzhong; Sattar, Tariq; Chen, Shuwo; Bridge, Bryan (2007). "Design of a climbing robot for inspecting aircraft wings and fuselage" (PDF). Industrial Robot. 34 (6): 495–502. doi:10.1108/01439910710832093.
  19. ^ (in French) Newsroom (8 June 2015). "Easy Jet commence à utiliser des drones pour l'inspection de ses avions". Humanoides. Archived from the original on 12 October 2015. Retrieved 16 July 2016.
  20. ^ (in French) Florine Galéron (28 May 2015). "Aéronautique : la startup Donecle invente le drone anti-foudre". Objectif News, la Tribune. Retrieved 16 July 2016.
  21. ^ a b c (in French) Arnaud Devillard (20 April 2016). "Des drones pour inspecter des avions". Sciences et Avenir. Archived from the original on 8 August 2016. Retrieved 16 July 2016.
  22. ^ a b c Innovations in Singapore: the Hangar of the Future on YouTube
  23. ^ "Pimp my Hangar: Excelling in MRO". airbusgroup.com. Airbus. Archived from the original on 21 December 2016. Retrieved 21 December 2016.
  24. ^ (in French) Éric Parisot (21 June 2013). "Co-Friend, le système d'analyse d'images qui réduit les temps d'immobilisation des avions". Usine Digitale. Retrieved 24 February 2018.
  25. ^ (in French) Aeroscopia, ed. (August 2017). "Le Musée accueille le projet AIR-COBOT". musee-aeroscopia.fr. Archived from the original on 14 October 2017. Retrieved 24 February 2018.
  26. ^ "Espacenet – Bibliographic data – Collaborative robot for visually inspecting an aircraft". worldwide.espacenet.com. Retrieved 1 June 2016.
  27. ^ (in French) Juliette Raynal; Jean-François Prevéraud (15 June 2015). "Bourget 2015 : les dix rendez-vous technos à ne pas louper". Industrie et Technologies. Retrieved 16 July 2016.
  28. ^ (in French) "Akka Technologies au Salon du Bourget". Maurice Ricci. 21 June 2015. Archived from the original on 4 April 2016. Retrieved 16 July 2015.
  29. ^ "Singapore Airshow 2016 Trends: Emerging Technologies Take Off – APEX | Airline Passenger Experience". apex.aero. Retrieved 1 June 2016.
  30. ^ "Communications du projet Air-Cobot". aircobot.akka.eu (in French). Akka Technologies. Archived from the original on 11 August 2016. Retrieved 14 July 2016.
  31. ^ "Best MCG2016 Final Application Award" (PDF). mcg2016.irstea.fr. Machine Control and Guidance. October 2016. Retrieved 22 February 2020.
  32. ^ "AirCobot – Introducing Smart Robots for Aircraft Inspections". clipatize.com. Clipatize. Archived from the original on 6 August 2016. Retrieved 15 August 2016.
  33. ^ (in French) Toulouse métropole, construire le futur on YouTube
  34. ^ Air-Cobot, le robot d'assistance aux inspections des aéronefs (PDF). Programme de la fête de la science (in French). 2015. Retrieved 17 July 2016.

External links edit