Dr. Jose Luis Sanchez Lopez
![]() |
|
||||
Faculty or Centre | Interdisciplinary Centre for Security, Reliability and Trust | ||||
Department | Automation | ||||
Postal Address |
Université du Luxembourg 29, avenue JF Kennedy L-1855 Luxembourg |
||||
Campus Office | JFK Building, E04-425 | ||||
![]() |
|||||
Telephone | (+352) 46 66 44 5380 | ||||
Dr. Jose-Luis SANCHEZ-LOPEZ joined the Automation & Robotics Research Group (ARG) of the Interdisciplinary Centre for Security Reliability and Trust (SnT) of the University of Luxembourg UL as a Postdoc Research Associate in June 2017, being promoted to Postdoc Research Scientist in January 2021.
He is currently the leader of the Aerial Robotics Lab (AeRoLab) and other robotics laboratories of the ARG, headed by Prof. Holger VOOS.
Jose-Luis received his Ph.D. in Robotics (May 2017), his Master's degree in Automation and Robotics (Oct. 2012), and his Engineering degree in Industrial Engineering (Sep. 2010), at the Technical University of Madrid (Madrid, SPAIN).
During his Ph.D. studies, he was a research fellow at the Computer Vision and Aerial Robotics Research Group (CVAR) of the Centre for Automation and Robotics (CAR) of the CSIC-UPM (Madrid, SPAIN), led by Prof. Pascual CAMPOY. In addition, he was a visiting research fellow for six months (Jul. – Dec. 2012) at Arizona State University (AZ, USA) under the supervision of Prof. Srikanth SARIPALLI, and for thirteen months (Sep. – Dec. 2014 & Nov. 2015 – Oct. 2016) at LAAS-CNRS (Toulouse, FRANCE), under the supervision of Prof. Simon LACROIX and Prof. Antonio FRANCHI, respectively.
His main research goal is to provide robots, with a special focus on aerial robots, with the maximum level of autonomy allowing them to perform different missions without human intervention.
His research interests can be summarized in three main topics: (1) intelligent and cognitive system architectures for multi-agent robotic systems; (2) situational awareness for intelligent robots, including sensor fusion and state estimation, localization and mapping, computer vision, and machine learning; and (3) trajectory and path planning and control of autonomous robots.
He has authored more than 56 publications in peer-reviewed international journals and proceedings of international conferences, related to his research fields with more than 1150 citations and an h-index of 18 (source Google Scholar).
He has contributed, with different roles, in multiple research projects, including European, Luxembourg National, Spain National, and Technology Transfer and Innovation projects. He has participated in several international robotics competitions, such as the IMAV 2012, IMAV 2013, or IARC 2014, with very successful results.
Among his teaching activities, he had lecturer responsibilities in different courses in both MICS, BiCS, and BING programs of the UL, and in the GITI program of the UPM.
In parallel, he has acted as a projects evaluator, Ph.D. thesis reviewer, journal editor, conference program committee, and reviewer of journal and conference papers.
Besides, Jose-Luis is committed to scientific dissemination to the general public, being one of the Luxembourg National Coordinators of the Robotics European Week, and having participated in multiple educational / general public events, as well as being linked to several high schools to teach robotics.
His researcher and professional profiles are:
- LinkedIn Profile: https://www.linkedin.com/in/joseluis-sanchezlopez/
- ORCiD: https://orcid.org/0000-0001-5018-0925
- Google Scholar Profile: https://scholar.google.com/citations?user=QuzQdDwAAAAJ
- WoS ResearcherID: https://www.webofscience.com/wos/author/record/J-6015-2012
- Scopus Author ID: https://www.scopus.com/authid/detail.uri?authorId=55617310700
- Loop profile: https://loop.frontiersin.org/people/419322/overview
- IEEE Xplore: https://ieeexplore.ieee.org/author/37085482230
Last updated on: Friday, 14 October 2022
Title: A General Architecture for Autonomous Navigation of Unmanned Aerial Systems
Author: Jose-Luis SANCHEZ-LOPEZ
Supervisors: Prof. Pascual Campoy Cervera and Prof. Martin Molina Gonzalez
University: Technical University of Madrid (Madrid, Spain)
Defense date: May 2017
Download: http://oa.upm.es/46302/1/JOSE_LUIS_SANCHEZ_LOPEZ_5.pdf
Aerostack open-source SW: https://github.com/vision4uav/aerostack
Abstract:
Achieving a fully autonomous navigation of a fleet of aerial robots when performing complex dynamic missions in challenging unstructured environments is an essential requirement to simplify the use of micro aerial vehicles and to extend their utilization to a greater number of applications. The development of a multi-robot fully autonomous intelligent system is still an open problem with partial and incomplete solutions in aerial robotics, and only some open source architecture frameworks for aerial systems have been developed so far, which present limitations in their autonomy level and in their versatility.
This thesis presents a versatile system architecture for aerial robotics that enables the fully autonomous operation of an aerial multi-robot system and fulfills the requirements of being mission, platform, and environment agnostic. It has been characterized in an abstract and general level, defining its seven subsystems, their functionalities, and their interfaces in a top-level way that guarantees the versatility and flexibility. The seven proposed subsystems are: Feature Extraction System, Motor System, Situation Awareness System, Executive System, Planning System, Supervision System, and Communication System. This system architecture provides system designers the initial architecture for developing their own fully autonomous intelligent aerial multi-robot systems. The validation of the proposed system architecture is a complex task since the performance of the complete system is highly dependent on the mission, the environment, the hardware setup, the employed algorithms, and their software implementation. Three kinds of scenarios were successfully used to provide a global evaluation of the complete system, validating the performance of the proposed system architecture: (1) international aerial robotics competitions, (2) self-proposed challenges, and (3) public demonstrations.
In addition, this thesis presents several algorithms, with different level of detail, that yield to an increased level of autonomy of the aerial robotic systems, developed in the context of particular applications. These algorithms can be gathered in the following five groups: (1) perception, (2) control, (3) planning and task execution, (4) intelligence and cognition, and (5) communication and interaction. All these components have been evaluated isolatedly, demonstrating their individual performance. Nevertheless, their importance stands out when integrated into the complete system. The most important components presented in this thesis, analyzed with a high level of detail, are the following: (1) helipad detection and reconstruction for shipboard landing, (2) perception based on odometry and visual markers with environment reconstruction, (3) perception based on odometry and computer vision for gridded maps, (4) perception based on multi-sensor fusion with environment reconstruction, and (5) collision-free path planning for dynamic environments.
This thesis presents as well, an open-source software framework, called Aerostack, that facilitates a cost and time effective implementation of the designed system architecture and the developed algorithms by means of software components. This framework is modularly organized in software packages gathered by their functionality, their dependencies, and their life state. The proposed software framework relies on the widely used ROS middleware for interprocess communication and uses an asynchronous multiprocess paradigm where every elementary functionality is implemented as a single process, easing the development and allowing a distributed processing. The proposed software framework has demonstrated to be versatile and scalable, being the developers capable of reusing its software modules as needed, and modifying or developing new modules without adaptations of any other components.
Last updated on: 09 Feb 2021
You can find my open-source software in:
- Personal Github profile: https://github.com/joselusl
- Personal Bitbucket profile: https://bitbucket.org/joselusl
- ARG - SnT - UniLu Github profile: https://github.com/snt-robotics
- Vision4UAV - CAR - CSIC & UPM Github profile: https://github.com/vision4uav
- Vision4UAV - CAR - CSIC & UPM Bitbucket profile: https://bitbucket.org/Vision4UAV
Last updated on: 09 Feb 2021

2022

; ; ; ; ; ; ; ; ; ; ;
in Light: Science and Applications (2022), 11(309), 10103841377-022-01002-4

; ; ; ;
E-print/Working paper (2022)

; ; ; ;
E-print/Working paper (2022)

; ; ; ;
E-print/Working paper (2022)

; ; ; ;
in Sensors (2022), 23(1), 188

; ; ;
E-print/Working paper (2022)

; ;
in Journal of Intelligent and Robotic Systems (2022)
2021
2020

; ; ; ; ;
in IEEE Robotics and Automation Letters (2020), 5(2), 3620-3625

; ; ; ;
in Journal of Imaging (2020), 6(8), 78

; ; ;
in Journal of Intelligent and Robotic Systems (2020), 100

; ;
in 2020 International Conference on Unmanned Aircraft Systems (ICUAS) (2020, September)
2019

; ; ; ;
in Proceedings of the 2019 3rd International Conference on Artificial Intelligence and Virtual Reality (2019, July)

; ; ;
in IECON 2019-45th Annual Conference of the IEEE Industrial Electronics Society (2019, October)

; ; ;
in 2019 International Conference on Unmanned Aircraft Systems (ICUAS) (2019, June)

; ; ; ;
in Journal of Intelligent and Robotic Systems (2019), 93(1-2), 33-53
2018

; ; ; ; ;
in Aerospace (2018), 5(3),

; ; ; ;
in 26th Mediterranean Conference on Control and Automation (MED), Zadar, Croatia, 19-22 June 2018 (2018, June)

; ; ;
in 2018 International Conference on Unmanned Aircraft Systems (ICUAS), Dallas 12-15 June 2018 (2018, June)
2017

; ; ; ;
in 2017 International Conference on Unmanned Aircraft Systems (ICUAS) (2017, June)

; ; ; ; ;
Scientific Conference (2017, September 21)

; ; ; ;
in International Journal of Intelligent Computing and Cybernetics (2017), 10(4), 491-512

; ; ; ; ; ;
in 2017 International Conference on Unmanned Aircraft Systems (ICUAS) (2017, June)

; ; ; ;
in IFAC-PapersOnLine (2017, July), 50(1), 16003-16008

; ; ; ; ; ; ;
in Journal of Intelligent and Robotic Systems (2017), 88(2), 638-709

; ;
in 2017 International Conference on Unmanned Aircraft Systems (ICUAS) (2017, June)
2016

; ; ; ; ; ; ; ; ;
in Robot 2015: Second Iberian Robotics Conference (2016, November)

; ; ; ; ;
in Dyna (2016), 91(3), 282--288

; ; ; ; ; ; ; ; ;
in Dyna (2016), 91(5), 571--577

; ; ; ; ; ; ;
Scientific Conference (2016, October)

; ; ; ; ;
in Sensors (2016), 16(3), 362

; ; ; ;
in Journal of Intelligent and Robotic Systems (2016), 84(1-4), 601--620

; ; ; ; ; ;
in 2016 International Conference on Unmanned Aircraft Systems (ICUAS) (2016, June)

; ; ;
in Journal of Intelligent and Robotic Systems (2016), 84(1-4), 779-797

; ; ; ; ; ;
in 2016 International Conference on Unmanned Aircraft Systems (ICUAS) (2016, June)

; ; ; ; ;
in 2016 International Conference on Unmanned Aircraft Systems (ICUAS) (2016, June)
2015

; ; ; ;
in Sensors (2015), 15(11), 29569--29593

; ;
in Robot 2015: Second Iberian Robotics Conference (2015, November)

; ; ; ; ;
in 2015 International Conference on Unmanned Aircraft Systems (ICUAS) (2015, June)
2014

; ; ; ;
in Machine Vision and Applications (2014), 25(5), 1283-1308

; ; ; ; ;
in Journal of Intelligent and Robotic Systems (2014), 73(1-4), 387--400

; ; ; ;
in 2014 International Conference on Unmanned Aircraft Systems (ICUAS) (2014, May)

; ; ;
in 2014 American Control Conference (2014, June)

; ; ; ; ; ; ; ;
Scientific Conference (2014, August)

; ; ; ;
in 2014 International Conference on Unmanned Aircraft Systems (ICUAS) (2014, May)

; ; ;
in Journal of Intelligent and Robotic Systems (2014), 74(1-2), 113--127
2013

; ; ; ;
in RIAI - Revista Iberoamericana de Automatica e Informatica Industrial (2013), 10(3),

; ; ; ;
in Journal of Intelligent & Robotic Systems (2013), 72(3-4), 517-539

; ; ; ; ;
in Sen Gupta, Gourab; Bailey, Donald; Demidenko, Serge; Carnegie, Dale (Eds.) Recent Advances in Robotics and Automation (2013)

; ; ; ; ;
in 2013 International Conference on Unmanned Aircraft Systems (ICUAS) (2013, May)

; ; ; ; ;
in ROBOT2013: First Iberian Robotics Conference (2013, November)

; ; ;
in 2013 IEEE International Symposium on Safety, Security, and Rescue Robotics (SSRR) (2013, October)

; ; ; ;
in ROBOT2013: First Iberian Robotics Conference (2013, November)

; ; ; ;
Scientific Conference (2013, September)

; ;
in 69th American Helicopter Society International Annual Forum 2013 (2013, May)

; ; ; ;
in 2013 International Conference on Unmanned Aircraft Systems (ICUAS) (2013, May)
2012

; ; ; ;
Scientific Conference (2012, June)

; ; ; ;
in ICUAS 2012 : 2012 International Conference on Unmanned Aircraft Systems (2012, June)

; ; ; ;
in ICUAS 2012: 2012 International Conference on Unmanned Aircraft Systems (2012)

; ; ; ; ;
Scientific Conference (2012, July)

; ; ; ;
Scientific Conference (2012, September)

Bachelor/master dissertation (2012)

; ; ; ;
in IFAC Conference on Advances in PID Control PID'12 (2012)
2010

Bachelor/master dissertation (2010)