中文
相关论文

相关论文: Lazy Receding Horizon A* for Efficient Path Planni…

200 篇论文

In this work, we introduce a new graph search algorithm, lazy edged based A* (LEA*), for robot motion planning. By using an edge queue and exploiting the idea of lazy search, LEA* is optimally vertex efficient similar to A*, and has…

机器人学 · 计算机科学 2023-09-20 Dongliang Zheng , Panagiotis Tsiotras

We present an incremental search algorithm, called Lifelong-GLS, which combines the vertex efficiency of Lifelong Planning A* (LPA*) and the edge efficiency of Generalized Lazy Search (GLS) for efficient replanning on dynamic graphs where…

机器人学 · 计算机科学 2021-05-26 Jaein Lim , Siddhartha Srinivasa , Panagiotis Tsiotras

We present a lazy incremental search algorithm, Lifelong-GLS (L-GLS), along with its bounded suboptimal version, Bounded L-GLS (B-LGLS) that combine the search efficiency of incremental search algorithms with the evaluation efficiency of…

机器人学 · 计算机科学 2022-10-25 Jaein Lim , Mahdi Ghanei , R. Connor Lawson , Siddhartha Srinivasa , Panagiotis Tsiotras

Lazy search algorithms can efficiently solve problems where edge evaluation is the bottleneck in computation, as is the case for robotic motion planning. The optimal algorithm in this class, LazySP, lazily restricts edge evaluation to only…

机器人学 · 计算机科学 2019-07-24 Aditya Mandalika , Sanjiban Choudhury , Oren Salzman , Siddhartha Srinivasa

This paper introduces a novel algorithm for solving the point-to-point shortest path problem in a static regular 8-neighbor connectivity (G8) grid. This algorithm can be seen as a generalization of Hadlock algorithm to G8 grids, and is…

人工智能 · 计算机科学 2023-08-23 Adel Ammar

Finding the shortest path between two points in a graph is a fundamental problem that has been well-studied over the past several decades. Shortest path algorithms are commonly applied to modern navigation systems, so our study aims to…

数据结构与算法 · 计算机科学 2022-08-02 Kevin Y. Chen

We propose a novel receding horizon planner for an autonomous surface vehicle (ASV) performing path planning in urban waterways. Feasible paths are found by repeatedly generating and searching a graph reflecting the obstacles observed in…

机器人学 · 计算机科学 2020-09-02 Tixiao Shan , Wei Wang , Brendan Englot , Carlo Ratti , Daniela Rus

Both geometric and semantic information of the search space is imperative for a good plan. We encode those properties in a weighted colored graph (geometric information in terms of edge weight and semantic information in terms of edge and…

机器人学 · 计算机科学 2020-12-25 Jaein Lim , Panagiotis Tsiotras

In the age of real-time online traffic information and GPS-enabled devices, fastest-path computations between two points in a road network modeled as a directed graph, where each directed edge is weighted by a "travel time" value, are…

数据结构与算法 · 计算机科学 2018-10-04 Renjie Chen , Craig Gotsman

Heuristic search-based motion planning algorithms typically discretise the search space in order to solve the shortest path problem. Their performance is closely related to this discretisation. A fine discretisation allows for better…

机器人学 · 计算机科学 2023-03-24 Dhruv Mauria Saxena , Tushar Kusnur , Maxim Likhachev

Recently, the trend of incorporating differentiable algorithms into deep learning architectures arose in machine learning research, as the fusion of neural layers and algorithmic layers has been beneficial for handling combinatorial data,…

机器学习 · 计算机科学 2022-02-04 Alberto Archetti , Marco Cannici , Matteo Matteucci

Path planning for wheeled mobile robots is a critical component in the field of automation and intelligent transportation systems. Car-like vehicles, which have non-holonomic constraints on their movement capability impose additional…

机器人学 · 计算机科学 2024-11-28 Lukas Schichler , Karin Festl , Selim Solmaz , Daniel Watzenig

Heuristic search-based planning techniques are commonly used for motion planning on discretized spaces. The performance of these algorithms is heavily affected by the resolution at which the search space is discretized. Typically a fixed…

机器人学 · 计算机科学 2020-04-15 Wei Du , Fahad Islam , Maxim Likhachev

The obvious way to use several admissible heuristics in A* is to take their maximum. In this paper we aim to reduce the time spent on computing heuristics. We discuss Lazy A*, a variant of A* where heuristics are evaluated lazily: only when…

人工智能 · 计算机科学 2013-05-23 David Tolpin , Tal Beja , Solomon Eyal Shimony , Ariel Felner , Erez Karpas

Robots operate in environments with varying implicit structure. For instance, a helicopter flying over terrain encounters a very different arrangement of obstacles than a robotic arm manipulating objects on a cluttered table top.…

机器人学 · 计算机科学 2017-11-21 Sanjiban Choudhury , Siddhartha Srinivasa , Sebastian Scherer

While the shortest path problem has myriad applications, the computational efficiency of suitable algorithms depends intimately on the underlying problem domain. In this paper, we focus on domains where evaluating the edge weight function…

数据结构与算法 · 计算机科学 2016-06-15 Christopher M. Dellin , Siddhartha S. Srinivasa

This paper presents a parallelizable variant of the well-known Hierarchical Cooperative A* algorithm (HCA*) for the multi-agent path finding (MAPF) problem. In this variant, all agents initially find their shortest paths disregarding the…

系统与控制 · 电气工程与系统科学 2025-02-03 Sreenivasan Ganti , Visnu Srinivasan , Pallavi Ramicetty , Shravan Mohan , Milind Savagaonkar , Shubhashis Sengupta

This paper proposes two novel path planning algorithms, Roadmap Hybrid A* and Waypoints Hybrid A*, for car-like autonomous vehicles in logistics and industrial contexts with obstacles (e.g., pallets or containers) and narrow corridors.…

机器人学 · 计算机科学 2023-04-28 Alessandro Bonetti , Simone Guidetti , Lorenzo Sabattini

The inspection-planning problem calls for computing motions for a robot that allow it to inspect a set of points of interest (POIs) while considering plan quality (e.g., plan length). This problem has applications across many domains where…

机器人学 · 计算机科学 2021-03-26 Mengyu Fu , Oren Salzman , Ron Alterovitz

In an environment where a manipulator needs to execute multiple consecutive tasks, the act of object manoeuvre will change the underlying configuration space, affecting all subsequent tasks. Previously free configurations might now be…

机器人学 · 计算机科学 2022-09-07 Tin Lai , Fabio Ramos
‹ 上一页 1 2 3 10 下一页 ›