CAMPD — API Documentation¶
Context-Aware Motion Planning Diffusion
CAMPD is a framework for training context-aware diffusion models on trajectory data for robot motion planning. It leverages classifier-free guidance and attention mechanisms to condition a U-Net diffusion model on structured, sensor-agnostic contextual information.
Note
For the project overview, paper, and demo videos, visit the project page.
Getting Started¶
Install the package:
pip install campd
API Reference¶
User Guide
Packages