Skip to content

Public code repo for the ICRA 2024 paper "DiPPeR: Diffusion-based 2D Path Planner applied on Legged Robots"

Notifications You must be signed in to change notification settings

RPL-CS-UCL/DiPPER_code_public

Repository files navigation

DiPPER_code_public

This repo contain the example data generation, training and deployment code for the ICRA 2024 paper "DiPPeR: Diffusion-based 2D Path Planner applied on Legged Robots"

Data generation

The data generation is structured as a ROS1 package, containing a randomised Maze map generator and a randomised 2D trajectory generator here

alternatively a pre-generated dataset can be found on Huggingface here

Training and inference

The training script is in the form of a jupyter notebook

A pretrained version of the Diffusion based 2D planner model can be found on Huggingface here

Deployment

A example deployment module us currently provided as ROS1 Navigation global planner plugin which can be found here, once built and sourced, the planner can be integrated by setting the "base_global_planner" config for the navigation stack:

base_global_planner: global_planner/Diffusion2DPlanner

About

Public code repo for the ICRA 2024 paper "DiPPeR: Diffusion-based 2D Path Planner applied on Legged Robots"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published