Skip to main content

Showing 1–33 of 33 results for author: Kavraki, L E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2509.19610  [pdf, ps, other

    cs.RO

    Look as You Leap: Planning Simultaneous Motion and Perception for High-DOF Robots

    Authors: Qingxi Meng, Emiliano Flores, Carlos Quintero-Peña, Peizhu Qian, Zachary Kingston, Shannan K. Hamlin, Vaibhav Unhelkar, Lydia E. Kavraki

    Abstract: In this work, we address the problem of planning robot motions for a high-degree-of-freedom (DoF) robot that effectively achieves a given perception task while the robot and the perception target move in a dynamic environment. Achieving navigation and perception tasks simultaneously is challenging, as these objectives often impose conflicting requirements. Existing methods that compute motion unde… ▽ More

    Submitted 23 September, 2025; originally announced September 2025.

    Comments: 16 pages, 10 figures, under review

  2. arXiv:2412.17992  [pdf, other

    cs.RO eess.SY

    Falsification of Autonomous Systems in Rich Environments

    Authors: Khen Elimelech, Morteza Lahijanian, Lydia E. Kavraki, Moshe Y. Vardi

    Abstract: Validating the behavior of autonomous Cyber-Physical Systems (CPS) and Artificial Intelligence (AI) agents, which rely on automated controllers, is an objective of great importance. In recent years, Neural-Network (NN) controllers have been demonstrating great promise. Unfortunately, such learned controllers are often not certified and can cause the system to suffer from unpredictable or unsafe be… ▽ More

    Submitted 23 December, 2024; originally announced December 2024.

  3. arXiv:2412.00366  [pdf, other

    cs.RO

    Efficient Multi-Robot Motion Planning for Manifold-Constrained Manipulators by Randomized Scheduling and Informed Path Generation

    Authors: Weihang Guo, Zachary Kingston, Kaiyu Hang, Lydia E. Kavraki

    Abstract: Multi-robot motion planning for high degree-of-freedom manipulators in shared, constrained, and narrow spaces is a complex problem and essential for many scenarios such as construction, surgery, and more. Traditional coupled and decoupled methods either scale poorly or lack completeness, and hybrid methods that compose paths from individual robots together require the enumeration of many paths bef… ▽ More

    Submitted 30 November, 2024; originally announced December 2024.

  4. Nearest-Neighbourless Asymptotically Optimal Motion Planning with Fully Connected Informed Trees (FCIT*)

    Authors: Tyler S. Wilson, Wil Thomason, Zachary Kingston, Lydia E. Kavraki, Jonathan D. Gammell

    Abstract: Improving the performance of motion planning algorithms for high-degree-of-freedom robots usually requires reducing the cost or frequency of computationally expensive operations. Traditionally, and especially for asymptotically optimal sampling-based motion planners, the most expensive operations are local motion validation and querying the nearest neighbours of a configuration. Recent advances… ▽ More

    Submitted 6 March, 2025; v1 submitted 26 November, 2024; originally announced November 2024.

    Comments: IEEE International Conference on Robotics and Automation (ICRA) 2025, 6 + 1 pages, 3 figures, 1 table. A video of FCIT* can be found at https://www.youtube.com/watch?v=Lb_5Znpcleg . Information on the implementation of FCIT* is available at https://robotic-esp.com/code/fcitstar/

    Journal ref: IEEE International Conference on Robotics and Automation (ICRA), pp. 14140-14146, 19-23 May 2025

  5. arXiv:2411.07032  [pdf, other

    cs.RO

    Scaling Long-Horizon Online POMDP Planning via Rapid State Space Sampling

    Authors: Yuanchu Liang, Edward Kim, Wil Thomason, Zachary Kingston, Hanna Kurniawati, Lydia E. Kavraki

    Abstract: Partially Observable Markov Decision Processes (POMDPs) are a general and principled framework for motion planning under uncertainty. Despite tremendous improvement in the scalability of POMDP solvers, long-horizon POMDPs (e.g., $\geq15$ steps) remain difficult to solve. This paper proposes a new approximate online POMDP solver, called Reference-Based Online POMDP Planning via Rapid State Space Sa… ▽ More

    Submitted 11 November, 2024; originally announced November 2024.

    Comments: 16 pages, 4 tables, 1 figure. To be presented at the International Symposium of Robotics Research 2024

    ACM Class: I.2.9; I.2.8

  6. arXiv:2410.22225  [pdf, other

    cs.RO

    CaStL: Constraints as Specifications through LLM Translation for Long-Horizon Task and Motion Planning

    Authors: Weihang Guo, Zachary Kingston, Lydia E. Kavraki

    Abstract: Large Language Models (LLMs) have demonstrated remarkable ability in long-horizon Task and Motion Planning (TAMP) by translating clear and straightforward natural language problems into formal specifications such as the Planning Domain Definition Language (PDDL). However, real-world problems are often ambiguous and involve many complex constraints. In this paper, we introduce Constraints as Specif… ▽ More

    Submitted 29 October, 2024; originally announced October 2024.

  7. arXiv:2410.00261  [pdf, ps, other

    cs.RO

    Object-Centric Kinodynamic Planning for Nonprehensile Robot Rearrangement Manipulation

    Authors: Kejia Ren, Gaotian Wang, Andrew S. Morgan, Lydia E. Kavraki, Kaiyu Hang

    Abstract: Nonprehensile actions such as pushing are crucial for addressing multi-object rearrangement problems. Many traditional methods generate robot-centric actions, which differ from intuitive human strategies and are typically inefficient. To this end, we adopt an object-centric planning paradigm and propose a unified framework for addressing a range of large-scale, physics-intensive nonprehensile rear… ▽ More

    Submitted 12 September, 2025; v1 submitted 30 September, 2024; originally announced October 2024.

  8. arXiv:2409.10692  [pdf, ps, other

    cs.RO cs.AI cs.MA

    Encoding Reusable Multi-Robot Planning Strategies as Abstract Hypergraphs

    Authors: Khen Elimelech, James Motes, Marco Morales, Nancy M. Amato, Moshe Y. Vardi, Lydia E. Kavraki

    Abstract: Multi-Robot Task Planning (MR-TP) is the search for a discrete-action plan a team of robots should take to complete a task. The complexity of such problems scales exponentially with the number of robots and task complexity, making them challenging for online solution. To accelerate MR-TP over a system's lifetime, this work looks at combining two recent advances: (i) Decomposable State Space Hyperg… ▽ More

    Submitted 16 September, 2024; originally announced September 2024.

  9. arXiv:2406.03641  [pdf, other

    cs.RO cs.AI

    Task and Motion Planning for Execution in the Real

    Authors: Tianyang Pan, Rahul Shome, Lydia E. Kavraki

    Abstract: Task and motion planning represents a powerful set of hybrid planning methods that combine reasoning over discrete task domains and continuous motion generation. Traditional reasoning necessitates task domain models and enough information to ground actions to motion planning queries. Gaps in this knowledge often arise from sources like occlusion or imprecise modeling. This work generates task and… ▽ More

    Submitted 13 June, 2024; v1 submitted 5 June, 2024; originally announced June 2024.

    Comments: 15 pages, 14 figures, 2 tables, accepted by IEEE Transactions on Robotics

    ACM Class: I.2.9; I.2.8

  10. arXiv:2406.02807  [pdf, other

    cs.RO

    Collision-Affording Point Trees: SIMD-Amenable Nearest Neighbors for Fast Collision Checking

    Authors: Clayton W. Ramsey, Zachary Kingston, Wil Thomason, Lydia E. Kavraki

    Abstract: Motion planning against sensor data is often a critical bottleneck in real-time robot control. For sampling-based motion planners, which are effective for high-dimensional systems such as manipulators, the most time-intensive component is collision checking. We present a novel spatial data structure, the collision-affording point tree (CAPT): an exact representation of point clouds that accelerate… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

    Comments: 9 pages, 4 figures. Robotics: Science and Systems 2024

  11. arXiv:2403.04910  [pdf, other

    cs.RO cs.GT cs.MA

    Stochastic Games for Interactive Manipulation Domains

    Authors: Karan Muvvala, Andrew M. Wells, Morteza Lahijanian, Lydia E. Kavraki, Moshe Y. Vardi

    Abstract: As robots become more prevalent, the complexity of robot-robot, robot-human, and robot-environment interactions increases. In these interactions, a robot needs to consider not only the effects of its own actions, but also the effects of other agents' actions and the possible interactions between agents. Previous works have considered reactive synthesis, where the human/environment is modeled as a… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

    Comments: Accepted: ICRA 2024

  12. arXiv:2309.16862  [pdf, other

    cs.RO

    Stochastic Implicit Neural Signed Distance Functions for Safe Motion Planning under Sensing Uncertainty

    Authors: Carlos Quintero-Peña, Wil Thomason, Zachary Kingston, Anastasios Kyrillidis, Lydia E. Kavraki

    Abstract: Motion planning under sensing uncertainty is critical for robots in unstructured environments to guarantee safety for both the robot and any nearby humans. Most work on planning under uncertainty does not scale to high-dimensional robots such as manipulators, assumes simplified geometry of the robot or environment, or requires per-object knowledge of noise. Instead, we propose a method that direct… ▽ More

    Submitted 28 September, 2023; originally announced September 2023.

    Comments: 8 pages, 4 figures, 1 table. Submitted to the 2024 IEEE International Conference on Robotics and Automation

    ACM Class: I.2.9; I.2.8

  13. arXiv:2309.14545  [pdf, other

    cs.RO

    Motions in Microseconds via Vectorized Sampling-Based Planning

    Authors: Wil Thomason, Zachary Kingston, Lydia E. Kavraki

    Abstract: Modern sampling-based motion planning algorithms typically take between hundreds of milliseconds to dozens of seconds to find collision-free motions for high degree-of-freedom problems. This paper presents performance improvements of more than 500x over the state-of-the-art, bringing planning times into the range of microseconds and solution rates into the range of kilohertz, without specialized h… ▽ More

    Submitted 28 September, 2023; v1 submitted 25 September, 2023; originally announced September 2023.

    Comments: 8 pages, 5 figures, 2 tables. Submitted to the 2024 IEEE International Conference on Robotics and Automation

    ACM Class: I.2.9; I.2.8

  14. arXiv:2309.13119  [pdf, other

    cs.RO

    Sampling-Based Motion Planning: A Comparative Review

    Authors: Andreas Orthey, Constantinos Chamzas, Lydia E. Kavraki

    Abstract: Sampling-based motion planning is one of the fundamental paradigms to generate robot motions, and a cornerstone of robotics research. This comparative review provides an up-to-date guideline and reference manual for the use of sampling-based motion planning algorithms. This includes a history of motion planning, an overview about the most successful planners, and a discussion on their properties.… ▽ More

    Submitted 22 September, 2023; originally announced September 2023.

    Comments: 25 pages, 7 figures, Accepted for Volume 7 (2024) of the Annual Review of Control, Robotics, and Autonomous Systems

  15. arXiv:2308.03385  [pdf, other

    cs.RO

    Robots as AI Double Agents: Privacy in Motion Planning

    Authors: Rahul Shome, Zachary Kingston, Lydia E. Kavraki

    Abstract: Robotics and automation are poised to change the landscape of home and work in the near future. Robots are adept at deliberately moving, sensing, and interacting with their environments. The pervasive use of this technology promises societal and economic payoffs due to its capabilities - conversely, the capabilities of robots to move within and sense the world around them is susceptible to abuse.… ▽ More

    Submitted 7 August, 2023; originally announced August 2023.

    Comments: To be published at at 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems

  16. arXiv:2307.04040  [pdf, other

    cs.RO

    Meta-Policy Learning over Plan Ensembles for Robust Articulated Object Manipulation

    Authors: Constantinos Chamzas, Caelan Garrett, Balakumar Sundaralingam, Lydia E. Kavraki, Dieter Fox

    Abstract: Recent work has shown that complex manipulation skills, such as pushing or pouring, can be learned through state-of-the-art learning based techniques, such as Reinforcement Learning (RL). However, these methods often have high sample-complexity, are susceptible to domain changes, and produce unsafe motions that a robot should not perform. On the other hand, purely geometric model-based planning ca… ▽ More

    Submitted 8 July, 2023; originally announced July 2023.

    Comments: 5 pages, Workshop on Learning for Task and Motion Planning (RSS2023)

  17. arXiv:2303.06768  [pdf, other

    cs.AI cs.RO

    The Planner Optimization Problem: Formulations and Frameworks

    Authors: Yiyuan Lee, Katie Lee, Panpan Cai, David Hsu, Lydia E. Kavraki

    Abstract: Identifying internal parameters for planning is crucial to maximizing the performance of a planner. However, automatically tuning internal parameters which are conditioned on the problem instance is especially challenging. A recent line of work focuses on learning planning parameter generators, but lack a consistent problem definition and software framework. This work proposes the unified planner… ▽ More

    Submitted 14 March, 2023; v1 submitted 12 March, 2023; originally announced March 2023.

    Comments: 4 pages (+2 pages references, +6 pages appendix)

  18. arXiv:2302.14161  [pdf, other

    cs.RO

    Object Reconfiguration with Simulation-Derived Feasible Actions

    Authors: Yiyuan Lee, Wil Thomason, Zachary Kingston, Lydia E. Kavraki

    Abstract: 3D object reconfiguration encompasses common robot manipulation tasks in which a set of objects must be moved through a series of physically feasible state changes into a desired final configuration. Object reconfiguration is challenging to solve in general, as it requires efficient reasoning about environment physics that determine action validity. This information is typically manually encoded i… ▽ More

    Submitted 27 February, 2023; originally announced February 2023.

    Comments: Appears in IEEE International Conference on Robotics and Automation (ICRA) 2023

  19. arXiv:2302.04360  [pdf, other

    cs.RO

    Kinodynamic Rapidly-exploring Random Forest for Rearrangement-Based Nonprehensile Manipulation

    Authors: Kejia Ren, Podshara Chanrungmaneekul, Lydia E. Kavraki, Kaiyu Hang

    Abstract: Rearrangement-based nonprehensile manipulation still remains as a challenging problem due to the high-dimensional problem space and the complex physical uncertainties it entails. We formulate this class of problems as a coupled problem of local rearrangement and global action optimization by incorporating free-space transit motions between constrained rearranging actions. We propose a forest-based… ▽ More

    Submitted 8 February, 2023; originally announced February 2023.

    Comments: Accepted for presentation at the 2023 IEEE International Conference on Robotics and Automation (ICRA)

  20. arXiv:2212.02955  [pdf, other

    cs.RO

    Solving Rearrangement Puzzles using Path Defragmentation in Factored State Spaces

    Authors: Servet B. Bayraktar, Andreas Orthey, Zachary Kingston, Marc Toussaint, Lydia E. Kavraki

    Abstract: Rearrangement puzzles are variations of rearrangement problems in which the elements of a problem are potentially logically linked together. To efficiently solve such puzzles, we develop a motion planning approach based on a new state space that is logically factored, integrating the capabilities of the robot through factors of simultaneously manipulatable joints of an object. Based on this factor… ▽ More

    Submitted 5 May, 2023; v1 submitted 6 December, 2022; originally announced December 2022.

    Comments: 8 pages, 9 figures, accepted at RAL

  21. arXiv:2208.02312  [pdf, other

    cs.RO

    Rearrangement-Based Manipulation via Kinodynamic Planning and Dynamic Planning Horizons

    Authors: Kejia Ren, Lydia E. Kavraki, Kaiyu Hang

    Abstract: Robot manipulation in cluttered environments often requires complex and sequential rearrangement of multiple objects in order to achieve the desired reconfiguration of the target objects. Due to the sophisticated physical interactions involved in such scenarios, rearrangement-based manipulation is still limited to a small range of tasks and is especially vulnerable to physical uncertainties and pe… ▽ More

    Submitted 3 August, 2022; originally announced August 2022.

    Comments: Accepted for publication in the Proceedings of the 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2022)

  22. arXiv:2204.08550  [pdf, other

    cs.RO

    Learning to Retrieve Relevant Experiences for Motion Planning

    Authors: Constantinos Chamzas, Aedan Cullen, Anshumali Shrivastava, Lydia E. Kavraki

    Abstract: Recent work has demonstrated that motion planners' performance can be significantly improved by retrieving past experiences from a database. Typically, the experience database is queried for past similar problems using a similarity function defined over the motion planning problems. However, to date, most works rely on simple hand-crafted similarity functions and fail to generalize outside their c… ▽ More

    Submitted 18 April, 2022; originally announced April 2022.

    Comments: Accepted in International Conference on Robotics and Automation (ICRA), 2022. Code will be released soon

  23. MotionBenchMaker: A Tool to Generate and Benchmark Motion Planning Datasets

    Authors: Constantinos Chamzas, Carlos Quintero-Peña, Zachary Kingston, Andreas Orthey, Daniel Rakita, Michael Gleicher, Marc Toussaint, Lydia E. Kavraki

    Abstract: Recently, there has been a wealth of development in motion planning for robotic manipulation new motion planners are continuously proposed, each with their own unique strengths and weaknesses. However, evaluating new planners is challenging and researchers often create their own ad-hoc problems for benchmarking, which is time-consuming, prone to bias, and does not directly compare against other st… ▽ More

    Submitted 15 February, 2022; v1 submitted 12 December, 2021; originally announced December 2021.

    Comments: accepted in IEEE Robotics and Automation Letters (RAL), 2022. Supplementary video: https://youtu.be/t96Py0QX0NI Code: https://github.com/KavrakiLab/motion_bench_maker

  24. arXiv:2109.06737  [pdf, other

    cs.RO cs.LG

    Comparing Reconstruction- and Contrastive-based Models for Visual Task Planning

    Authors: Constantinos Chamzas, Martina Lippi, Michael C. Welle, Anastasia Varava, Lydia E. Kavraki, Danica Kragic

    Abstract: Learning state representations enables robotic planning directly from raw observations such as images. Most methods learn state representations by utilizing losses based on the reconstruction of the raw observations from a lower-dimensional latent space. The similarity between observations in the space of images is often assumed and used as a proxy for estimating similarity between the underlying… ▽ More

    Submitted 14 September, 2021; originally announced September 2021.

    Comments: for the associated project web page, see https://state-representation.github.io/web/

  25. arXiv:2104.11917  [pdf, other

    cs.RO

    KDF: Kinodynamic Motion Planning via Geometric Sampling-based Algorithms and Funnel Control

    Authors: Christos K. Verginis, Dimos V. Dimarogonas, Lydia E. Kavraki

    Abstract: We integrate sampling-based planning techniques with funnel-based feedback control to develop KDF, a new framework for solving the kinodynamic motion-planning problem via funnel control. The considered systems evolve subject to complex, nonlinear, and uncertain dynamics (aka differential constraints). Firstly, we use a geometric planner to obtain a high-level safe path in a user-defined extended f… ▽ More

    Submitted 24 April, 2021; originally announced April 2021.

    Comments: Under submission

  26. arXiv:2103.12826  [pdf, other

    cs.RO

    Robowflex: Robot Motion Planning with MoveIt Made Easy

    Authors: Zachary Kingston, Lydia E. Kavraki

    Abstract: Robowflex is a software library for robot motion planning in industrial and research applications, leveraging the popular MoveIt library and Robot Operating System (ROS) middleware. Robowflex provides an augmented API for crafting and manipulating motion planning queries within a single program, making motion planning with MoveIt easy. Robowflex's high-level API simplifies many common use-cases wh… ▽ More

    Submitted 27 July, 2022; v1 submitted 23 March, 2021; originally announced March 2021.

    Comments: 7 pages, 8 figures. Accepted at the 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2022). Software available at https://github.com/KavrakiLab/robowflex

  27. Path Planning for Manipulation using Experience-driven Random Trees

    Authors: Èric Pairet, Constantinos Chamzas, Yvan Petillot, Lydia E. Kavraki

    Abstract: Robotic systems may frequently come across similar manipulation planning problems that result in similar motion plans. Instead of planning each problem from scratch, it is preferable to leverage previously computed motion plans, i.e., experiences, to ease the planning. Different approaches have been proposed to exploit prior information on novel task instances. These methods, however, rely on a va… ▽ More

    Submitted 28 February, 2021; originally announced March 2021.

    Comments: IEEE Robotics and Automation Letters

  28. Learning Sampling Distributions Using Local 3D Workspace Decompositions for Motion Planning in High Dimensions

    Authors: Constantinos Chamzas, Zachary Kingston, Carlos Quintero-Peña, Anshumali Shrivastava, Lydia E. Kavraki

    Abstract: Earlier work has shown that reusing experience from prior motion planning problems can improve the efficiency of similar, future motion planning queries. However, for robots with many degrees-of-freedom, these methods exhibit poor generalization across different environments and often require large datasets that are impractical to gather. We present SPARK and FLAME , two experience-based framework… ▽ More

    Submitted 15 October, 2021; v1 submitted 28 October, 2020; originally announced October 2020.

    Comments: Accepted in International Conference on Robotics and Automation (ICRA), 2021. Nominated for Best Paper in Cognitive Robotics. Supplementary video: https://www.youtube.com/watch?v=cH4_lIjjs58 Code: https://github.com/KavrakiLab/pyre

  29. LTLf Synthesis on Probabilistic Systems

    Authors: Andrew M. Wells, Morteza Lahijanian, Lydia E. Kavraki, Moshe Y. Vardi

    Abstract: Many systems are naturally modeled as Markov Decision Processes (MDPs), combining probabilities and strategic actions. Given a model of a system as an MDP and some logical specification of system behavior, the goal of synthesis is to find a policy that maximizes the probability of achieving this behavior. A popular choice for defining behaviors is Linear Temporal Logic (LTL). Policy synthesis on… ▽ More

    Submitted 22 September, 2020; originally announced September 2020.

    Comments: In Proceedings GandALF 2020, arXiv:2009.09360

    Journal ref: EPTCS 326, 2020, pp. 166-181

  30. arXiv:1909.09282  [pdf, other

    cs.RO cs.AI cs.LG eess.SY

    How Much Do Unstated Problem Constraints Limit Deep Robotic Reinforcement Learning?

    Authors: W. Cannon Lewis II, Mark Moll, Lydia E. Kavraki

    Abstract: Deep Reinforcement Learning is a promising paradigm for robotic control which has been shown to be capable of learning policies for high-dimensional, continuous control of unmodeled systems. However, RoboticReinforcement Learning currently lacks clearly defined benchmark tasks, which makes it difficult for researchers to reproduce and compare against prior work. ``Reacher'' tasks, which are fundam… ▽ More

    Submitted 19 September, 2019; originally announced September 2019.

    Comments: Rice University technical report

  31. Using Local Experiences for Global Motion Planning

    Authors: Constantinos Chamzas, Anshumali Shrivastava, Lydia E. Kavraki

    Abstract: Sampling-based planners are effective in many real-world applications such as robotics manipulation, navigation, and even protein modeling. However, it is often challenging to generate a collision-free path in environments where key areas are hard to sample. In the absence of any prior information, sampling-based planners are forced to explore uniformly or heuristically, which can lead to degraded… ▽ More

    Submitted 20 March, 2019; originally announced March 2019.

    Comments: 6 pages, to appear in International Conference on Robotics and Automation (ICRA), 2019

  32. arXiv:1801.09780  [pdf, other

    cs.RO cs.AI

    Bounded Policy Synthesis for POMDPs with Safe-Reachability Objectives

    Authors: Yue Wang, Swarat Chaudhuri, Lydia E. Kavraki

    Abstract: Planning robust executions under uncertainty is a fundamental challenge for building autonomous robots. Partially Observable Markov Decision Processes (POMDPs) provide a standard framework for modeling uncertainty in many applications. In this work, we study POMDPs with safe-reachability objectives, which require that with a probability above some threshold, a goal state is eventually reached whil… ▽ More

    Submitted 8 May, 2018; v1 submitted 29 January, 2018; originally announced January 2018.

  33. An Extensible Benchmarking Infrastructure for Motion Planning Algorithms

    Authors: Mark Moll, Ioan A. Sucan, Lydia E. Kavraki

    Abstract: Sampling-based planning algorithms are the most common probabilistically complete algorithms and are widely used on many robot platforms. Within this class of algorithms, many variants have been proposed over the last 20 years, yet there is still no characterization of which algorithms are well-suited for which classes of problems. This has motivated us to develop a benchmarking infrastructure for… ▽ More

    Submitted 20 December, 2014; originally announced December 2014.

    Comments: Submitted to IEEE Robotics & Automation Magazine (Special Issue on Replicable and Measurable Robotics Research), 2015