Skip to content

Rex-sys-hk/Velocity-Field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VelocityMap & RiskMap

This repo is the implementation of the following two papers:

Velocity Field: An Informative Traveling Cost Representation for Trajectory Planning
Xin, Ren, Cheng, Jie, Wang, Sheng, Liu, Ming
[arXiv] [Website]

RiskMap: A Unified Driving Context Representation for Autonomous Motion Planning in Urban Driving Environment
Xin, Ren, Wang, Sheng, Chen, Yingbing, Cheng, Jie, Liu, Ming , Ma, Jun
[arXiv] [Website]

Dataset

Download the Waymo Open Motion Dataset v1.1; only the files in uncompressed/scenario/training_20s are needed. Place the downloaded files into training and testing folders separately.

Installation

Install dependency

sudo apt-get install libsuitesparse-dev

Create conda env

conda env create -f environment.yml
conda activate DIPP

Install Theseus

Install the Theseus library, follow the guidelines.

Usage

Data Processing

Run sh start_data_process.sh.

Training

Run sh start_train_test.sh for single GPU. Run sh start_train.sh for multiple GPUs.

Open-loop testing

Run sh start_ol_test.sh.

Closed-loop testing

Run sh start_cl_test.sh.

Citation

If you find our repo or our paper useful, please star this repo or use the following citation:

@INPROCEEDINGS{10355004,
  author={Xin, Ren and Cheng, Jie and Wang, Sheng and Liu, Ming},
  booktitle={2023 IEEE International Conference on Robotics and Biomimetics (ROBIO)}, 
  title={Velocity Field: An Informative Traveling Cost Representation for Trajectory Planning}, 
  year={2023},
  pages={1-6},
  keywords={Costs;Trajectory planning;Planning;Trajectory;Iterative methods;Reliability;Task analysis},
  doi={10.1109/ROBIO58561.2023.10355004}}
}

@inproceedings{xin2024riskmapunifieddrivingcontext,
  title = {{RiskMap:} A Unified Driving Context Representation for Autonomous Motion Planning in Urban Driving Environment},
  author = {Xin, Ren and Wang, Sheng and Chen, Yingbing and Cheng, Jie and Liu, Ming and Ma, Jun},
  booktitle = {Proceedings of the IEEE International Conference on Robotics and Biomimetics},
  year = {2024},
  eprint = {2406.04451},
  archiveprefix = {arXiv},
  primaryclass = {cs.RO},
  url = {https://arxiv.org/abs/2406.04451},
}

Thanks

DIPP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages