MurpheyLab / DistNav

Official repository for the paper "Move Beyond Trajectories: Distribution Space Coupling for Crowd Navigation"
GNU General Public License v3.0
19 stars 1 forks source link
crowd-navigation eth-dataset gaussian-processes human-robot-interaction navigation robot-navigation social-navigation trajectory trajectory-prediction

Introduction

This repository contains related code for the RSS 2021 paper "Move Beyond Trajectories: Distribution Space Coupling for Crowd Navigation" by Muchen Sun, Francesca Baldini, Pete Trautman and Todd Murphey.

If you use this toolbox, please cite it as below.

@INPROCEEDINGS{SunM-RSS-21, 
    AUTHOR    = {Muchen Sun AND Francesca Baldini AND Peter Trautman AND Todd Murphey}, 
    TITLE     = {{Move Beyond Trajectories: Distribution Space Coupling for Crowd Navigation}}, 
    BOOKTITLE = {Proceedings of Robotics: Science and Systems}, 
    YEAR      = {2021}, 
    ADDRESS   = {Virtual}, 
    MONTH     = {July}, 
    DOI       = {10.15607/RSS.2021.XVII.053} 
}

Interactive Web Demo

You can play around with DistNav for a one-dimensional demonstration at below (click the image to visit the website).

Web Demo 1 Web Demo 2

DistNav Toolbox

You can install the crowd navigaton toolbox via pip install distnav. The second tutorial below contains examples for how to use this toolbox.

Tutorials

We provide a Jupyter notebook tutorials for our algorithm. You can find them under the "notebooks" directory.

Questions?

Feel free to contact Muchen Sun via muchen@u.northwestern.edu for any question :)