Brief
I am currently a PhD candidate in the Department of Computer Science at the University of Nebraska-Lincoln (UNL), USA. I work in the Nimbus Lab, where I research agile and intelligent aerial vehicles (multicopters). I am co-advised by
Dr Carrick Detweiler &
Dr Sebastian Elbaum (now at Univ. of Virginia, USA),
and have fortunate collaborations with
Dr Adam Houston (Earth and Atmospheric Sciences, UNL). Although my work falls primarily under software autonomy, during the course of system development, I often build and interface low-level hardware sensor and actuator systems (electro/mechanical).
You can find more about my work here on this page, jump to some of my projects on GitHub, or scroll through my articles on Google Scholar.
I enjoy bicycle trips all around the Great Plains in Nebraska, and often pretend to be a good photographer of the Prairies.
(this->username) at (cse · unl · edu)
223 Schorr Center, 1101 T St,
Lincoln, NE, USA - 68858.
Research Outlook
The core of my research focuses on furthering the autonomy of aerial vehicles as they interact physically with their environment. This capability of tactile interactions makes them far more useful agents as they handle objects, transfer cargo, and undertake long-range autonomous missions. The notion of aerial interactions is pushed further by considering interactions between two UASs while they are airborne. In our recent work, we've developed systems, mechanisms and algorithms that have allowed two multicopters to transfer a (cargo) payload between them without having to land. We've also extended our approach to let them dock mid-air.
This paradigm of bringing UASs closer and closer to the world creates novel opportunities that lets them sense the atmosphere, measure properties of air and water, and even explore previously unmodeled phenomena in real time.
Papers
Aerial Docking
-
Multirotor Docking with an Aerial Platform,
International Symposium on Experimental Robotics (ISER), 2020 [to appear]. -
Dynamic Path Generation for Multirotor Aerial Docking in Forward Flight,
Conference on Decision & Control (CDC), 2020.
Aerial Payload Transfer
-
Towards In-Flight Transfer of Payloads Between Multirotors,
Robotics & Automation Letters (RAL) 2020, and, International Conference on Intelligent Robots & Systems (IROS) 2020. -
In-Air Exchange of Small Payloads Between Multirotor Aerial Systems,
International Symposium on Experimental Robotics (ISER), 2018.
Parachute Recovery
-
Towards Aerial Recovery of Parachute-Deployed Payloads,
International Conference on Intelligent Robots & Systems (IROS), 2018.
Environmental Sensing
- Design and Evaluation of Sensor Housing for Boundary Layer Profiling using Multirotors,
A. Islam, A. Shankar, C. Detweiler, A. Houston;
Sensors, 2019. - Intercomparison of small unmanned aircraft system (sUAS) measurements for atmospheric science during the LAPSE-RATE campaign,
L. Barbieri (and others);
Sensors, 2019. - Temperature/Humidity Sensor Housing for Multirotor UAS,
A. Islam, A. Houston, A. Shankar, C. Detweiler;
99th American Meteorological Society (AMS) Annual Meeting, 2019. -
Using unmanned aerial vehicles to sample aquatic ecosystems,
K. Song, A. Brewer, S. Ahmadian, A. Shankar, C. Detweiler, A. Burgin;
Limnology & Oceanography: Methods (LOM), 2017.
More ..
-
Toward a cyber-physical quadrotor: Characterizing trajectory following performance,
A. Shankar, S. Doebbeling, J. Bradley;
International Conference on Unmanned Aircraft Systems (ICUAS), 2017. - PTH sensor sitting on rotary-wing UAS,
A. Houston, P. Chilson, A. Islam, A. Shankar, B. Greene, A. Segales Espinosa, C. Detweiler;
98th American Meteorological Society (AMS) Annual Meeting, 2018.
Open Source & Reports
Freyja
Freyja is a flight control stack for flying precise and aggressive trajectories using a multirotor (available on GitHub). Written entirely in C++/ROS, it packages outer-loop optimal state regulators (LQR/LQG) and state estimators (EKF/Kalman) as well as communication interfaces to common autopilots (ArduPilot/px4, Ascending Technologies). Besides handling position and velocity targets as a feedback regulator, the system is capable of handling acceleration feed-forward commands (using the differential flatness of the multirotor system), and also includes an optimal full-state observer that additionally measures external forces acting on the system (such as wind and payload offsets). As a result, we are able to fly precise & aggressive trajectories outdoors under moderately-high wind speeds (by interfacing with RTK GPS systems). An example video at the top of this page shows a multicopter flying a circular trajectory at speeds exceeding 5m/s under wind speeds of over 25km/h (~15mi/h, ~7m/s). The highest translational speed controlled by Freyja so far is ~9.5m/s. Freyja is at the backbone of several projects listed here, and many others within the Nimbus Lab.Freyja-Simulator
Some of the technical components of my work have evolved into independent projects which may find broader use-cases. With inspiration from former colleagues, I've developed a high-fidelity physics-based simulator for multirotor systems called Freyja-Simulator (available on GitHub). The simulator is built on Matlab/Simulink blocksets, and provides library blocks for a generic multirotor, an LQR feedback control system, and some other physical objects (such as cables) that can be attached to each other. This complements the C++/ROS implementation for Freyja, and the trajectories developed here in Matlab can be translated directly over to C++.
mavros/mavros_extras
I've contributed to a GPS RTK plugin that enables autopilot reporting of RTK baseline & base-station data already codified in mavlink:common. The plugin handler publishes this data over a standard ROS topic.ArduPilot::ArduCopter
I've also authored and currently maintain a Nimbus Lab fork of one of the largest open-source project stacks for aerial systems, ArduPilot. The fork addresses a key limitation of the Copter flight stack: direct raw-thrust control with battery compensation. This modified "computer-flight mode" firmware is used extensively within the Nimbus Lab (and a few subscribers outside), and is an essential component of our LQG/LQR control architecture.Funding, Services
- Helped co-author NSF-IIS-1925052: "Raining Drones".
- Chancellor's Fellowship, UNL; yr 2015-2016 & 2016-2017.
- National Science Foundation (NSF) Travel Grant for ISER 2018; held in Buenos Aires, Argentina.
- Control Systems Society (CSS) Sponsorship Award; Travel & registration for CDC 2020.
- Reviewer for IROS 2019.
- Reviewer for ICRA 2018, 2020, 2021; RSS 2020 (WS)