You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _bibliography/papers.bib
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ @string{iros
6
6
@string{ral = {IEEE Robotics and Automation Letters}}
7
7
@string{tro = {IEEE Transactions on Robotics}}
8
8
@string{ijrr = {The International Journal of Robotics Research}}
9
+
@article{guo2026stac,
10
+
title = {Efficient Multi-Robot Motion Planning for Manifold-Constrained Manipulators by Randomized Scheduling and Informed Path Generation},
11
+
author = {Weihang Guo and Zachary Kingston and Kaiyu Hang and Lydia E. Kavraki},
12
+
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 before they can find valid composite solutions. This paper introduces Scheduling to Avoid Collisions (StAC), a hybrid approach that more effectively composes paths from individual robots by scheduling (adding random stops and coordination motion along each path) and generates paths that are more likely to be feasible by using bidirectional feedback between the scheduler and motion planner for informed sampling. StAC uses 10 to 100 times fewer paths from the low-level planner than state-of-the-art baselines on challenging problems in manipulator cases.},
13
+
journal = ral,
14
+
year = 2026,
15
+
pdf = {https://arxiv.org/abs/2412.00366},
16
+
projects = {constraints,multi},
17
+
note = {To Appear},
18
+
abbr = {RAL},
19
+
preview = {stac.jpg}
20
+
}
9
21
@misc{yan2025vizcoast,
10
22
title = {Using {VLM} Reasoning to Constrain Task and Motion Planning},
11
23
author = {Muyang Yan* and Miras Mengdibayev* and Ardon Floros and Weihang Guo and Lydia E. Kavraki and Zachary Kingston},
title = {Efficient Multi-Robot Motion Planning for Manifold-Constrained Manipulators by Randomized Scheduling and Informed Path Generation},
311
-
author = {Weihang Guo and Zachary Kingston and Kaiyu Hang and Lydia E. Kavraki},
312
-
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 before they can find valid composite solutions. This paper introduces Scheduling to Avoid Collisions (StAC), a hybrid approach that more effectively composes paths from individual robots by scheduling (adding random stops and coordination motion along each path) and generates paths that are more likely to be feasible by using bidirectional feedback between the scheduler and motion planner for informed sampling. StAC uses 10 to 100 times fewer paths from the low-level planner than state-of-the-art baselines on challenging problems in manipulator cases.},
313
-
eprint = {2412.00366},
314
-
archiveprefix = {arXiv},
315
-
primaryclass = {cs.RO},
316
-
year = 2024,
317
-
pdf = {https://arxiv.org/abs/2412.00366},
318
-
projects = {constraints},
319
-
note = {Under Review},
320
-
abbr = {ARXIV},
321
-
preview = {stac.jpg}
322
-
}
323
321
@inproceedings{meng2024icra40,
324
322
title = {Perception-aware Planning for Robotics: Challenges and Opportunities},
325
323
author = {Qingxi Meng and Carlos Quintero-Peña and Zachary Kingston and Vaibhav Unhelkar and Lydia E. Kavraki},
@@ -641,6 +639,7 @@ @incollection{habibi2018dars
641
639
publisher = {Springer Proceedings in Advanced Robotics},
642
640
pdf = {https://s3.amazonaws.com/zk-bucket/rsc/Habibi2018.pdf},
643
641
video = {https://player.vimeo.com/video/287250201?loop=1&color=ffffff&byline=0&portrait=0},
642
+
projects = {multi},
644
643
preview = {swarmchar.gif}
645
644
}
646
645
@article{dantam2018tmp,
@@ -734,6 +733,7 @@ @incollection{habibi2015aamas
734
733
publisher = {International Foundation for Autonomous Agents and Multiagent Systems},
735
734
pdf = {https://zkingston.com/papers/habibi2015aamas.pdf},
736
735
abbr = {AAMAS},
736
+
projects = {multi},
737
737
preview = {pipeline.png}
738
738
}
739
739
@inproceedings{habibi2015icra,
@@ -747,5 +747,6 @@ @inproceedings{habibi2015icra
747
747
pdf = {https://zkingston.com/papers/habibi2015icra.pdf},
748
748
video = {https://player.vimeo.com/video/287250199?loop=1&color=ffffff&byline=0&portrait=0},
I am a junior studying computer and data science at [Purdue University](https://www.purdue.edu/) My research interests include motion planning and deep reinorcement learning.
caption: Planning to coordinate multiple robots to achieve tasks that require collaboration.
8
+
rank: 8
9
+
---
10
+
11
+
Multi-robot systems can do more than single robots through coordination and collaboration.
12
+
Planning for teams introduces challenges in scalability, as the joint configuration space grows exponentially with the number of robots, and in handling interactions between robots that must share workspace, coordinate actions, or physically collaborate on tasks.
13
+
14
+
Effective multi-robot planning requires reasoning about dependencies between robots' motions and managing computational complexity.
15
+
Applications include warehouse automation with fleets of mobile robots and collaborative manipulation where multiple arms transport objects together, requiring task-level coordination.
0 commit comments