Grasping Trajectory Optimization with Point Clouds
Yu Xiang, Sai Haneesh Allu, Rohith Peddi, Tyler Summers, Vibhav Gogate
TL;DR
This paper tackles the intertwined problems of motion and grasp planning by introducing a unified trajectory optimization framework that uses a point-cloud representation for both the robot and the scene. It formulates goal-reaching as a point-matching cost over end-effector surface points and collision avoidance via a precomputed signed distance field, solving a constrained nonlinear program with Ipopt (via CasADi) to jointly optimize joint trajectories and grasp poses. The approach demonstrates improved grasp success and collision avoidance in both simulated (PyBullet) tabletop and shelf scenes and real-world, model-free scenarios, showing generality across Fetch and Panda arms and varying environments. While effective, the method incurs nontrivial optimization times, motivating future work in GPU acceleration and model predictive control to further enhance practical deployment.
Abstract
We introduce a new trajectory optimization method for robotic grasping based on a point-cloud representation of robots and task spaces. In our method, robots are represented by 3D points on their link surfaces. The task space of a robot is represented by a point cloud that can be obtained from depth sensors. Using the point-cloud representation, goal reaching in grasping can be formulated as point matching, while collision avoidance can be efficiently achieved by querying the signed distance values of the robot points in the signed distance field of the scene points. Consequently, a constrained nonlinear optimization problem is formulated to solve the joint motion and grasp planning problem. The advantage of our method is that the point-cloud representation is general to be used with any robot in any environment. We demonstrate the effectiveness of our method by performing experiments on a tabletop scene and a shelf scene for grasping with a Fetch mobile manipulator and a Franka Panda arm. The project page is available at \url{https://irvlutd.github.io/GraspTrajOpt}
