Skip to main content

Showing 1–8 of 8 results for author: Paulos, J

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

    cs.RO

    RotorPy: A Python-based Multirotor Simulator with Aerodynamics for Education and Research

    Authors: Spencer Folk, James Paulos, Vijay Kumar

    Abstract: Simulators play a critical role in aerial robotics both in and out of the classroom. We present RotorPy, a simulation environment written entirely in Python intentionally designed to be a lightweight and accessible tool for robotics students and researchers alike to probe concepts in estimation, planning, and control for aerial robots. RotorPy simulates the 6-DoF dynamics of a multirotor robot inc… ▽ More

    Submitted 7 June, 2023; originally announced June 2023.

    Comments: Appearing as a contributed paper in "The Role of Robotics Simulators for Unmanned Aerial Vehicles" workshop at the 2023 International Conference on Robotics and Automation (ICRA). See more at https://imrclab.github.io/workshop-uav-sims-icra2023/

  2. arXiv:2109.15278  [pdf, other

    cs.RO

    Coverage Control in Multi-Robot Systems via Graph Neural Networks

    Authors: Walker Gosrich, Siddharth Mayya, Rebecca Li, James Paulos, Mark Yim, Alejandro Ribeiro, Vijay Kumar

    Abstract: This paper develops a decentralized approach to mobile sensor coverage by a multi-robot system. We consider a scenario where a team of robots with limited sensing range must position itself to effectively detect events of interest in a region characterized by areas of varying importance. Towards this end, we develop a decentralized control policy for the robots -- realized via a Graph Neural Netwo… ▽ More

    Submitted 30 September, 2021; originally announced September 2021.

  3. arXiv:2103.14603  [pdf, other

    cs.RO

    Dispersion-Minimizing Motion Primitives for Search-Based Motion Planning

    Authors: Laura Jarin-Lipschitz, James Paulos, Raymond Bjorkman, Vijay Kumar

    Abstract: Search-based planning with motion primitives is a powerful motion planning technique that can provide dynamic feasibility, optimality, and real-time computation times on size, weight, and power-constrained platforms in unstructured environments. However, optimal design of the motion planning graph, while crucial to the performance of the planner, has not been a main focus of prior work. This paper… ▽ More

    Submitted 26 March, 2021; originally announced March 2021.

    Comments: 7 pages, final version accepted at ICRA 2021

  4. arXiv:2103.05091  [pdf, ps, other

    cs.RO cs.LG cs.MA cs.NI

    Learning Connectivity for Data Distribution in Robot Teams

    Authors: Ekaterina Tolstaya, Landon Butler, Daniel Mox, James Paulos, Vijay Kumar, Alejandro Ribeiro

    Abstract: Many algorithms for control of multi-robot teams operate under the assumption that low-latency, global state information necessary to coordinate agent actions can readily be disseminated among the team. However, in harsh environments with no existing communication infrastructure, robots must form ad-hoc networks, forcing the team to operate in a distributed fashion. To overcome this challenge, we… ▽ More

    Submitted 30 July, 2021; v1 submitted 8 March, 2021; originally announced March 2021.

  5. arXiv:2101.03238  [pdf, other

    cs.MA cs.LG cs.PL

    Neurosymbolic Transformers for Multi-Agent Communication

    Authors: Jeevana Priya Inala, Yichen Yang, James Paulos, Yewen Pu, Osbert Bastani, Vijay Kumar, Martin Rinard, Armando Solar-Lezama

    Abstract: We study the problem of inferring communication structures that can solve cooperative multi-agent planning problems while minimizing the amount of communication. We quantify the amount of communication as the maximum degree of the communication graph; this metric captures settings where agents have limited bandwidth. Minimizing communication is challenging due to the combinatorial nature of both t… ▽ More

    Submitted 4 January, 2021; originally announced January 2021.

    Journal ref: NeurIPS 2020

  6. arXiv:2011.01119  [pdf, other

    cs.RO

    Multi-Robot Coverage and Exploration using Spatial Graph Neural Networks

    Authors: Ekaterina Tolstaya, James Paulos, Vijay Kumar, Alejandro Ribeiro

    Abstract: The multi-robot coverage problem is an essential building block for systems that perform tasks like inspection or search and rescue. We discretize the coverage problem to induce a spatial graph of locations and represent robots as nodes in the graph. Then, we train a Graph Neural Network controller that leverages the spatial equivariance of the task to imitate an expert open-loop routing solution.… ▽ More

    Submitted 30 July, 2021; v1 submitted 2 November, 2020; originally announced November 2020.

  7. Learning Decentralized Controllers for Robot Swarms with Graph Neural Networks

    Authors: Ekaterina Tolstaya, Fernando Gama, James Paulos, George Pappas, Vijay Kumar, Alejandro Ribeiro

    Abstract: We consider the problem of finding distributed controllers for large networks of mobile robots with interacting dynamics and sparsely available communications. Our approach is to learn local controllers that require only local information and communications at test time by imitating the policy of centralized controllers using global information at training time. By extending aggregation graph neur… ▽ More

    Submitted 24 March, 2021; v1 submitted 25 March, 2019; originally announced March 2019.

  8. arXiv:1901.08490  [pdf, other

    cs.RO

    Decentralization of Multiagent Policies by Learning What to Communicate

    Authors: James Paulos, Steven W. Chen, Daigo Shishika, Vijay Kumar

    Abstract: Effective communication is required for teams of robots to solve sophisticated collaborative tasks. In practice it is typical for both the encoding and semantics of communication to be manually defined by an expert; this is true regardless of whether the behaviors themselves are bespoke, optimization based, or learned. We present an agent architecture and training methodology using neural networks… ▽ More

    Submitted 25 March, 2019; v1 submitted 24 January, 2019; originally announced January 2019.

    Comments: 7 pages