Learning Obstacle Representations
for Neural Motion Planning

Conference on Robotic Learning, 2020


Abstract


Motion planning and obstacle avoidance is a key challenge in robotics applications. While previous work succeeds to provide excellent solutions for known environments, sensor-based motion planning in new and dynamic environments remains difficult.

In this work we address sensor-based motion planning from a learning perspective. Motivated by recent advances in visual recognition, we argue the importance of learning appropriate representations for motion planning. We propose a new obstacle representation based on the PointNet architecture and train it jointly with policies for obstacle avoidance. We experimentally evaluate our approach for rigid body motion planning in challenging environments and demonstrate significant improvements of the state of the art in terms of accuracy and efficiency.



Method Overview

Environments


To train our policies and compare to different motion planning algorithms, we have developped a simple simulation framework based on the Pinoccio project, a fast and lightweight robotic library.

Boxes Environment
Static Boxes
Shapes Environment
Shapes
YCB Environment
YCB Objects
Slot Environment
Slot
Dynamic Environment
Dynamic Boxes


and much more...

Project Contributors