Skip to main content

Showing 1–20 of 20 results for author: Orthey, A

Searching in archive cs. Search in all archives.
.
  1. 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

  2. arXiv:2309.10672  [pdf, other

    cs.RO

    Asymptotically Optimal Belief Space Planning in Discrete Partially-Observable Domains

    Authors: Janis Eric Freund, Camille Phiquepal, Andreas Orthey, Marc Toussaint

    Abstract: Robots often have to operate in discrete partially observable worlds, where the states of world are only observable at runtime. To react to different world states, robots need contingencies. However, computing contingencies is costly and often non-optimal. To address this problem, we develop the improved path tree optimization (PTO) method. PTO computes motion contingencies by constructing a tree… ▽ More

    Submitted 19 September, 2023; originally announced September 2023.

    Comments: 6 pages, 7 figures, submitted to ICRA 2024

  3. arXiv:2309.10665  [pdf, other

    cs.RO

    Fast-dRRT*: Efficient Multi-Robot Motion Planning for Automated Industrial Manufacturing

    Authors: Andrey Solano, Arne Sieverling, Robert Gieselmann, Andreas Orthey

    Abstract: We present Fast-dRRT*, a sampling-based multi-robot planner, for real-time industrial automation scenarios. Fast-dRRT* builds upon the discrete rapidly-exploring random tree (dRRT*) planner, and extends dRRT* by using pre-computed swept volumes for efficient collision detection, deadlock avoidance for partial multi-robot problems, and a simplified rewiring strategy. We evaluate Fast-dRRT* on five… ▽ More

    Submitted 19 September, 2023; originally announced September 2023.

    Comments: 7 pages, 6 figures, submitted to ICRA 2024

  4. 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

  5. arXiv:2211.11089  [pdf, other

    cs.RO

    Multi-Arm Bin-Picking in Real-Time: A Combined Task and Motion Planning Approach

    Authors: Ilyes Toumi, Andreas Orthey, Alexander von Rohr, Ngo Anh Vien

    Abstract: Automated bin-picking is a prerequisite for fully automated manufacturing and warehouses. To successfully pick an item from an unstructured bin the robot needs to first detect possible grasps for the objects, decide on the object to remove and consequently plan and execute a feasible trajectory to retrieve the chosen object. Over the last years significant progress has been made towards solving th… ▽ More

    Submitted 20 November, 2022; originally announced November 2022.

    Comments: 8 pages

  6. arXiv:2204.04444  [pdf, other

    cs.RO

    Path-Tree Optimization in Discrete Partially Observable Environments using Rapidly-Exploring Belief-Space Graphs

    Authors: Camille Phiquepal, Andreas Orthey, Nicolas Viennot, Marc Toussaint

    Abstract: Robots often need to solve path planning problems where essential and discrete aspects of the environment are partially observable. This introduces a multi-modality, where the robot must be able to observe and infer the state of its environment. To tackle this problem, we introduce the Path-Tree Optimization (PTO) algorithm which plans a path-tree in belief-space. A path-tree is a tree-like motion… ▽ More

    Submitted 31 July, 2022; v1 submitted 9 April, 2022; originally announced April 2022.

    Comments: Also submitted to IROS 2022 and RA-L

  7. arXiv:2203.02176  [pdf, other

    cs.RO

    ST-RRT*: Asymptotically-Optimal Bidirectional Motion Planning through Space-Time

    Authors: Francesco Grothe, Valentin N. Hartmann, Andreas Orthey, Marc Toussaint

    Abstract: We present a motion planner for planning through space-time with dynamic obstacles, velocity constraints, and unknown arrival time. Our algorithm, Space-Time RRT* (ST-RRT*), is a probabilistically complete, bidirectional motion planning algorithm, which is asymptotically optimal with respect to the shortest arrival time. We experimentally evaluate ST-RRT* in both abstract (2D disk, 8D disk in clut… ▽ More

    Submitted 4 March, 2022; originally announced March 2022.

    Comments: 7 pages, 5 figures, accepted at ICRA 2022

  8. arXiv:2203.01751  [pdf, other

    cs.RO

    BITKOMO: Combining Sampling and Optimization for Fast Convergence in Optimal Motion Planning

    Authors: Jay Kamat, Joaquim Ortiz-Haro, Marc Toussaint, Florian T. Pokorny, Andreas Orthey

    Abstract: Optimal sampling based motion planning and trajectory optimization are two competing frameworks to generate optimal motion plans. Both frameworks have complementary properties: Sampling based planners are typically slow to converge, but provide optimality guarantees. Trajectory optimizers, however, are typically fast to converge, but do not provide global optimality guarantees in nonconvex problem… ▽ More

    Submitted 16 September, 2022; v1 submitted 3 March, 2022; originally announced March 2022.

    Comments: 6 pages, Accepted at IROS 2022

  9. 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

  10. arXiv:2107.02498  [pdf, other

    cs.RO math.OC

    Approximate Topological Optimization using Multi-Mode Estimation for Robot Motion Planning

    Authors: Andreas Orthey, Florian T. Pokorny, Marc Toussaint

    Abstract: In this extended abstract, we report on ongoing work towards an approximate multimodal optimization algorithm with asymptotic guarantees. Multimodal optimization is the problem of finding all local optimal solutions (modes) to a path optimization problem. This is important to compress path databases, as contingencies for replanning and as source of symbolic representations. Following ideas from Mo… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

    Comments: 5 pages, Extended Abstract for RSS Workshop on Geometry and Topology in Robotics

  11. Long-Horizon Multi-Robot Rearrangement Planning for Construction Assembly

    Authors: Valentin Noah Hartmann, Andreas Orthey, Danny Driess, Ozgur S. Oguz, Marc Toussaint

    Abstract: Robotic assembly planning enables architects to explicitly account for the assembly process during the design phase, and enables efficient building methods that profit from the robots' different capabilities. Previous work has addressed planning of robot assembly sequences and identifying the feasibility of architectural designs. This paper extends previous work by enabling planning with large, he… ▽ More

    Submitted 7 March, 2022; v1 submitted 4 June, 2021; originally announced June 2021.

    Comments: 13 pages, 16 Figures, 2 Tables, 3 Algorithms

    Journal ref: IEEE Transactions on Robotics (Volume: 39, Issue: 1, February 2023)

  12. arXiv:2011.01552  [pdf, other

    cs.RO

    Efficient Sampling of Transition Constraints for Motion Planning under Sliding Contacts

    Authors: Marie-Therese Khoury, Andreas Orthey, Marc Toussaint

    Abstract: Contact-based motion planning for manipulation, object exploration or balancing often requires finding sequences of fixed and sliding contacts and planning the transition from one contact in the environment to another. However, most existing algorithms concentrate on the control and learning aspect of sliding contacts, but do not embed the problem into a principled framework to provide guarantees… ▽ More

    Submitted 16 March, 2021; v1 submitted 3 November, 2020; originally announced November 2020.

    Comments: 7 pages, 12 figures

  13. arXiv:2011.00832  [pdf, other

    cs.RO

    Sparse Multilevel Roadmaps for High-Dimensional Robot Motion Planning

    Authors: Andreas Orthey, Marc Toussaint

    Abstract: Sparse roadmaps are important to compactly represent state spaces, to determine problems to be infeasible and to terminate in finite time. However, sparse roadmaps do not scale well to high-dimensional planning problems. In prior work, we showed improved planning performance on high-dimensional planning problems by using multilevel abstractions to simplify state spaces. In this work, we generalize… ▽ More

    Submitted 7 October, 2021; v1 submitted 2 November, 2020; originally announced November 2020.

    Comments: 7 pages, 4 figures, Accepted at ICRA 2021

  14. arXiv:2010.14524  [pdf, other

    cs.RO

    Section Patterns: Efficiently Solving Narrow Passage Problems in Multilevel Motion Planning

    Authors: Andreas Orthey, Marc Toussaint

    Abstract: Sampling-based planning methods often become inefficient due to narrow passages. Narrow passages induce a higher runtime, because the chance to sample them becomes vanishingly small. In recent work, we showed that narrow passages can be approached by relaxing the problem using admissible lower-dimensional projections of the state space. Those relaxations often increase the volume of narrow passage… ▽ More

    Submitted 9 April, 2021; v1 submitted 27 October, 2020; originally announced October 2020.

    Comments: 16 pages, 11 figures, Transaction on Robotics

  15. arXiv:2007.09435  [pdf, other

    cs.RO

    Multilevel Motion Planning: A Fiber Bundle Formulation

    Authors: Andreas Orthey, Sohaib Akbar, Marc Toussaint

    Abstract: High-dimensional motion planning problems can often be solved significantly faster by using multilevel abstractions. While there are various ways to formally capture multilevel abstractions, we formulate them in terms of fiber bundles. Fiber bundles essentially describe lower-dimensional projections of the state space using local product spaces, which allows us to concisely describe and derive nov… ▽ More

    Submitted 23 October, 2023; v1 submitted 18 July, 2020; originally announced July 2020.

    Comments: Accepted at International Journal of Robotics Research (IJRR)

  16. arXiv:2002.04385  [pdf, other

    cs.RO

    Visualizing Local Minima in Multi-Robot Motion Planning using Multilevel Morse Theory

    Authors: Andreas Orthey, Marc Toussaint

    Abstract: Multi-robot motion planning problems often have many local minima. It is essential to visualize those local minima such that we can better understand, debug and interact with multi-robot systems. Towards this goal, we present the multi-robot motion explorer, an algorithm which extends previous results on multilevel Morse theory by introducing a component-based framework, where we reduce multi-robo… ▽ More

    Submitted 29 April, 2020; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: Submitted to WAFR 2020

  17. arXiv:1909.05035  [pdf, other

    cs.RO cs.AI

    Motion Planning Explorer: Visualizing Local Minima using a Local-Minima Tree

    Authors: Andreas Orthey, Benjamin Frész, Marc Toussaint

    Abstract: Motion planning problems often have many local minima. Those minima are important to visualize to let a user guide, prevent or predict motions. Towards this goal, we develop the motion planning explorer, an algorithm to let users interactively explore a tree of local-minima. Following ideas from Morse theory, we define local minima as paths invariant under minimization of a cost functional. The lo… ▽ More

    Submitted 3 November, 2019; v1 submitted 11 September, 2019; originally announced September 2019.

    Comments: Submitted to Robotics and Automation Letters (RA-L) / International Conference on Robotics and Automation (ICRA)

  18. arXiv:1906.01350  [pdf, other

    cs.RO cs.AI

    Rapidly-Exploring Quotient-Space Trees: Motion Planning using Sequential Simplifications

    Authors: Andreas Orthey, Marc Toussaint

    Abstract: Motion planning problems can be simplified by admissible projections of the configuration space to sequences of lower-dimensional quotient-spaces, called sequential simplifications. To exploit sequential simplifications, we present the Quotient-space Rapidly-exploring Random Trees (QRRT) algorithm. QRRT takes as input a start and a goal configuration, and a sequence of quotient-spaces. The algorit… ▽ More

    Submitted 24 August, 2019; v1 submitted 4 June, 2019; originally announced June 2019.

    Comments: The International Symposium on Robotics Research (ISRR) 2019

  19. arXiv:1809.05322  [pdf, other

    cs.RO

    Motion Planning in Irreducible Path Spaces

    Authors: Andreas Orthey, Olivier Roussel, Olivier Stasse, Michel Taïx

    Abstract: The motion of a mechanical system can be defined as a path through its configuration space. Computing such a path has a computational complexity scaling exponentially with the dimensionality of the configuration space. We propose to reduce the dimensionality of the configuration space by introducing the irreducible path --- a path having a minimal swept volume. The paper consists of three parts: I… ▽ More

    Submitted 14 September, 2018; originally announced September 2018.

    Comments: Robotics and Autonomous Systems, Elsevier, In press

  20. arXiv:1807.09468  [pdf, other

    cs.RO

    Quotient-Space Motion Planning

    Authors: Andreas Orthey, Adrien Escande, Eiichi Yoshida

    Abstract: A motion planning algorithm computes the motion of a robot by computing a path through its configuration space. To improve the runtime of motion planning algorithms, we propose to nest robots in each other, creating a nested quotient-space decomposition of the configuration space. Based on this decomposition we define a new roadmap-based motion planning algorithm called the Quotient-space roadMap… ▽ More

    Submitted 3 August, 2018; v1 submitted 25 July, 2018; originally announced July 2018.

    Journal ref: IROS 2018 - International Conference on Intelligent Robots and Systems, Oct 2018, Madrid, Spain. 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems