🤖 AI Summary
Conventional trajectory planning for dual-arm robotic manipulation suffers from insufficient safety guarantees, limited real-time performance, and poor generalizability across tasks and platforms.
Method: This work proposes a novel method for constructing an optimal trajectory library that jointly incorporates dynamic constraints and real-time collision avoidance. We integrate DCOL—a symbolic, differentiable collision detection algorithm—into the gradient-based optimization framework FROST, enabling end-to-end co-optimization of kinematic, dynamic, and collision constraints. A lightweight trajectory library is then generated via interpolation to support cross-platform deployment and machine learning data provisioning.
Results: Experimental validation on the Mobile ALOHA platform demonstrates significant improvements in both safety and real-time performance for complex dual-arm tasks—including cooperative grasping and dynamic obstacle avoidance. The approach further exhibits strong extensibility to other multi-body systems, such as bipedal robots.
📝 Abstract
The paper presents a new approach for constructing a library of optimal trajectories for two robotic manipulators, Two-Arm Optimal Control and Avoidance Library (TOCALib). The optimisation takes into account kinodynamic and other constraints within the FROST framework. The novelty of the method lies in the consideration of collisions using the DCOL method, which allows obtaining symbolic expressions for assessing the presence of collisions and using them in gradient-based optimization control methods. The proposed approach allowed the implementation of complex bimanual manipulations. In this paper we used Mobile Aloha as an example of TOCALib application. The approach can be extended to other bimanual robots, as well as to gait control of bipedal robots. It can also be used to construct training data for machine learning tasks for manipulation.