R2P2 algorithm lets robot teams transport boxes over varied terrain
Decentralized role-based control avoids single points of failure in multi-robot transport.
Get AI news that actually matters
One email a day. Zero fluff. Join 10,000+ professionals.
Researchers from the University at Buffalo have introduced R2P2 (Roles with Rules and Proportional-control Primitive), a decentralized task and motion planning algorithm for collaborative box transport by multiple robots. Unlike centralized approaches, R2P2 assigns each robot a role—push, support, or prevent—based on real-time rules that consider the terrain (flat, uphill, or downhill) and the required manipulation mode (rotation or translation). Robots then execute role-specific velocity control using either rule-based or proportional control, requiring only local observations of the box and self-state. This design eliminates communication bottlenecks, synchronization overhead, and single points of failure, making the system highly robust and scalable.
In simulation using NVIDIA IsaacSim, a six-robot team demonstrated the algorithm's generalizability across different surface friction coefficients and inclinations, consistently achieving higher success rates than a standard virtual-leader-follower method. The approach was also validated physically with four TurtleBot robots transporting a 1.2 kg cardboard box across various surfaces. The results confirm that R2P2 can handle real-world uncertainties while maintaining efficient coordination. Potential applications include warehouse logistics, construction site material handling, and post-disaster debris cleanup—scenarios where terrain variability and robot failures are common challenges.
- R2P2 assigns dynamic roles (push, support, prevent) based on terrain and box manipulation mode, eliminating centralized coordination.
- Simulated with six robots over flat, uphill, and downhill surfaces; outperformed virtual-leader-follower method across varying friction and box masses.
- Validated physically using four TurtleBots moving a 1.2 kg box, demonstrating real-world robustness.
Why It Matters
Enables resilient multi-robot logistics in warehouses and disaster zones without relying on central servers.