paper-with-me

Papers

Motion Planning Transformers: A Motion Planning Framework for Mobile Robots

2021-06-05 · Jacob J. Johnson, Uday S. Kalra, Ankit Bhatia, Linjun Li, Ahmed H. Qureshi, Michael C. Yip

Fast and efficient sampling-based motion planning (SMP) is an integral component of many robotic systems, such as autonomous cars. A popular technique to improve the efficiency of these planners is to restrict search space in the planning domain. Existing algorithms define parametric functions to bound the search space, but these do not extend to non-holonomic robotic systems. Recent learning-based methods use a combination of convolutional and fully connected networks to encode the planning space. However, these methods are restricted to fixed map sizes, which are often not realistic in the real world. In this paper, we introduce a transformer-based approach, Motion Planning Transformer, to restrict the search space by learning to discern regions with a valid path from prior data. The model learns not only to restrict search spaces for simple 2D systems but also for non-holonomic robotic systems. We validate our method on various randomly generated environments with different map sizes and plan trajectories for a physical non-holonomic robot. We also provide a ROS2 plugin of our method for the Nav2 planning stack. The results show that our method reduces search space nodes by 2-12 times compared to traditional planners and has better generalizability than recent learning-based planners.

📄 PDF Abstract BibTeX arXiv:2106.02791

Code (1)

ucsdarclab/motion_planning_transformer pytorch

Tasks

Motion Planningvalid

Similar Papers 제목 키워드 기반

PerFACT: Motion Policy with LLM-Powered Dataset Synthesis and Fusion Action-Chunking Transformers

2025-12-03 · Davood Soleymanzadeh, Xiao Liang, Minghui Zheng arxiv

Deep learning methods have significantly enhanced motion planning for robotic manipulators by leveraging prior experiences within planning datasets. However, state-of-the-art neural motion planners are primarily trained …

Motion Planning

Learning Sampling Dictionaries for Efficient and Generalizable Robot Motion Planning with Transformers

2023-06-01 · Jacob J Johnson, Ahmed H Qureshi, Michael Yip

Motion planning is integral to robotics applications such as autonomous driving, surgical robots, and industrial manipulators. Existing planning methods lack scalability to higher-dimensional spaces, while recent learnin…

Autonomous DrivingMotion Planning

Task-Motion Planning for Navigation in Belief Space

2019-10-24 · Antony Thomas, Fulvio Mastrogiovanni, Marco Baglietto

We present an integrated Task-Motion Planning (TMP) framework for navigation in large-scale environment. Autonomous robots operating in real world complex scenarios require planning in the discrete (task) space and the c…

Motion PlanningNavigate

SRMP: Search-Based Robot Motion Planning Library

2025-09-29 · Itamar Mishani, Yorai Shaoul, Ramkumar Natarajan, Jiaoyang Li 외 arxiv

Motion planning is a critical component in any robotic system. Over the years, powerful tools like the Open Motion Planning Library (OMPL) have been developed, offering numerous motion planning algorithms. However, exist…

Robot ManipulationMotion Planning

Navigating the Clutter: Waypoint-Based Bi-Level Planning for Multi-Robot Systems

2026-04-22 · Jiabao Ji, Yongchao Chen, Yang Zhang, Ramana Rao Kompella 외 arxiv

Multi-robot control in cluttered environments is a challenging problem that involves complex physical constraints, including robot-robot collisions, robot-obstacle collisions, and unreachable motions. Successful planning…

Motion Planning