671 research outputs found
FASTER: Fast and Safe Trajectory Planner for Flights in Unknown Environments
High-speed trajectory planning through unknown environments requires
algorithmic techniques that enable fast reaction times while maintaining safety
as new information about the operating environment is obtained. The requirement
of computational tractability typically leads to optimization problems that do
not include the obstacle constraints (collision checks are done on the
solutions) or use a convex decomposition of the free space and then impose an
ad-hoc time allocation scheme for each interval of the trajectory. Moreover,
safety guarantees are usually obtained by having a local planner that plans a
trajectory with a final "stop" condition in the free-known space. However,
these two decisions typically lead to slow and conservative trajectories. We
propose FASTER (Fast and Safe Trajectory Planner) to overcome these issues.
FASTER obtains high-speed trajectories by enabling the local planner to
optimize in both the free-known and unknown spaces. Safety guarantees are
ensured by always having a feasible, safe back-up trajectory in the free-known
space at the start of each replanning step. Furthermore, we present a Mixed
Integer Quadratic Program formulation in which the solver can choose the
trajectory interval allocation, and where a time allocation heuristic is
computed efficiently using the result of the previous replanning iteration.
This proposed algorithm is tested extensively both in simulation and in real
hardware, showing agile flights in unknown cluttered environments with
velocities up to 3.6 m/s.Comment: IROS 201
Robust Adaptive Control Barrier Functions: An Adaptive & Data-Driven Approach to Safety (Extended Version)
A new framework is developed for control of constrained nonlinear systems
with structured parametric uncertainties. Forward invariance of a safe set is
achieved through online parameter adaptation and data-driven model estimation.
The new adaptive data-driven safety paradigm is merged with a recent adaptive
control algorithm for systems nominally contracting in closed-loop. This
unification is more general than other safety controllers as closed-loop
contraction does not require the system be invertible or in a particular form.
Additionally, the approach is less expensive than nonlinear model predictive
control as it does not require a full desired trajectory, but rather only a
desired terminal state. The approach is illustrated on the pitch dynamics of an
aircraft with uncertain nonlinear aerodynamics.Comment: Added aCBF non-Lipschitz example and discussion on approach
implementatio
Real-Time Planning with Multi-Fidelity Models for Agile Flights in Unknown Environments
Autonomous navigation through unknown environments is a challenging task that
entails real-time localization, perception, planning, and control. UAVs with
this capability have begun to emerge in the literature with advances in
lightweight sensing and computing. Although the planning methodologies vary
from platform to platform, many algorithms adopt a hierarchical planning
architecture where a slow, low-fidelity global planner guides a fast,
high-fidelity local planner. However, in unknown environments, this approach
can lead to erratic or unstable behavior due to the interaction between the
global planner, whose solution is changing constantly, and the local planner; a
consequence of not capturing higher-order dynamics in the global plan. This
work proposes a planning framework in which multi-fidelity models are used to
reduce the discrepancy between the local and global planner. Our approach uses
high-, medium-, and low-fidelity models to compose a path that captures
higher-order dynamics while remaining computationally tractable. In addition,
we address the interaction between a fast planner and a slower mapper by
considering the sensor data not yet fused into the map during the collision
check. This novel mapping and planning framework for agile flights is validated
in simulation and hardware experiments, showing replanning times of 5-40 ms in
cluttered environments.Comment: ICRA 201
Dynamic Landing of an Autonomous Quadrotor on a Moving Platform in Turbulent Wind Conditions
Autonomous landing on a moving platform presents unique challenges for
multirotor vehicles, including the need to accurately localize the platform,
fast trajectory planning, and precise/robust control. Previous works studied
this problem but most lack explicit consideration of the wind disturbance,
which typically leads to slow descents onto the platform. This work presents a
fully autonomous vision-based system that addresses these limitations by
tightly coupling the localization, planning, and control, thereby enabling fast
and accurate landing on a moving platform. The platform's position,
orientation, and velocity are estimated by an extended Kalman filter using
simulated GPS measurements when the quadrotor-platform distance is large, and
by a visual fiducial system when the platform is nearby. The landing trajectory
is computed online using receding horizon control and is followed by a boundary
layer sliding controller that provides tracking performance guarantees in the
presence of unknown, but bounded, disturbances. To improve the performance, the
characteristics of the turbulent conditions are accounted for in the
controller. The landing trajectory is fast, direct, and does not require
hovering over the platform, as is typical of most state-of-the-art approaches.
Simulations and hardware experiments are presented to validate the robustness
of the approach.Comment: 7 pages, 8 figures, ICRA2020 accepted pape
Dynamic Tube MPC for Nonlinear Systems
Modeling error or external disturbances can severely degrade the performance
of Model Predictive Control (MPC) in real-world scenarios. Robust MPC (RMPC)
addresses this limitation by optimizing over feedback policies but at the
expense of increased computational complexity. Tube MPC is an approximate
solution strategy in which a robust controller, designed offline, keeps the
system in an invariant tube around a desired nominal trajectory, generated
online. Naturally, this decomposition is suboptimal, especially for systems
with changing objectives or operating conditions. In addition, many tube MPC
approaches are unable to capture state-dependent uncertainty due to the
complexity of calculating invariant tubes, resulting in overly-conservative
approximations. This work presents the Dynamic Tube MPC (DTMPC) framework for
nonlinear systems where both the tube geometry and open-loop trajectory are
optimized simultaneously. By using boundary layer sliding control, the tube
geometry can be expressed as a simple relation between control parameters and
uncertainty bound; enabling the tube geometry dynamics to be added to the
nominal MPC optimization with minimal increase in computational complexity. In
addition, DTMPC is able to leverage state-dependent uncertainty to reduce
conservativeness and improve optimization feasibility. DTMPC is demonstrated to
robustly perform obstacle avoidance and modify the tube geometry in response to
obstacle proximity
An accurate fast screening for total and inorganic arsenic in rice grain using hydride generation atomic fluorescence spectrometry (HG-AFS)
Two novel methods based on hydride generation atomic fluorescence spectrometry for the accurate screening of total and inorganic arsenic (As) in rice grain digests in 5 and 2 minutes, respectively, are proposed here.</p
Semimajor Axis Estimation Strategies
This paper extends previous analysis on the impact of sensing noise for the navigation and control aspects of formation flying spacecraft. We analyze the use of Carrier-phase Differential GPS (CDGPS) in relative navigation filters, with a particular focus on the filter correlation coefficient. This work was motivated by previous publications which suggested that a "good" navigation filter would have a strong correlation (i.e., coefficient near -1) to reduce the semimajor axis (SMA) error, and therefore, the overall fuel use. However, practical experience with CDGPS-based filters has shown this strong correlation seldom occurs (typical correlations approx. -0.1), even when the estimation accuracies are very good. We derive an analytic estimate of the filter correlation coefficient and demonstrate that, for the process and sensor noises levels expected with CDGPS, the expected value will be very low. It is also demonstrated that this correlation can be improved by increasing the time step of the discrete Kalman filter, but since the balance condition is not satisfied, the SMA error also increases. These observations are verified with several linear simulations. The combination of these simulations and analysis provide new insights on the crucial role of the process noise in determining the semimajor axis knowledge
REAL: Resilience and Adaptation using Large Language Models on Autonomous Aerial Robots
Large Language Models (LLMs) pre-trained on internet-scale datasets have
shown impressive capabilities in code understanding, synthesis, and general
purpose question-and-answering. Key to their performance is the substantial
prior knowledge acquired during training and their ability to reason over
extended sequences of symbols, often presented in natural language. In this
work, we aim to harness the extensive long-term reasoning, natural language
comprehension, and the available prior knowledge of LLMs for increased
resilience and adaptation in autonomous mobile robots. We introduce REAL, an
approach for REsilience and Adaptation using LLMs. REAL provides a strategy to
employ LLMs as a part of the mission planning and control framework of an
autonomous robot. The LLM employed by REAL provides (i) a source of prior
knowledge to increase resilience for challenging scenarios that the system had
not been explicitly designed for; (ii) a way to interpret natural-language and
other log/diagnostic information available in the autonomy stack, for mission
planning; (iii) a way to adapt the control inputs using minimal user-provided
prior knowledge about the dynamics/kinematics of the robot. We integrate REAL
in the autonomy stack of a real multirotor, querying onboard an offboard LLM at
0.1-1.0 Hz as part the robot's mission planning and control feedback loops. We
demonstrate in real-world experiments the ability of the LLM to reduce the
position tracking errors of a multirotor under the presence of (i) errors in
the parameters of the controller and (ii) unmodeled dynamics. We also show
(iii) decision making to avoid potentially dangerous scenarios (e.g., robot
oscillates) that had not been explicitly accounted for in the initial prompt
design.Comment: 13 pages, 5 figures, conference worksho
- …