8000 GitHub - XinJingHao/ColorDynamic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XinJingHao/ColorDynamic

Repository files navigation



Generalizable, Scalable, Real-time, End-to-end Local Planner
for Unstructured & Dynamic Environments


Gallery

                                                                            The video can be found here.

Dependency

numpy>=1.24.4
scipy>=1.10.1
pygame>=2.5.2
torch>=2.2.0 # GPU version is recommended
torchaudio>=2.2.0
torchvision>=0.17.0
tensorboard>=2.18.0

Quick Start

Play with keyboard:

python play_with_keyboard.py

Play with trained model:

python play_with_mouse.py

Then, use your mouse to set target points:

Train your own model:

python train_ColorDynamic.py

During training, the model will be saved in model at a fixed frequency.

After training, you can use the following command to select the best model, where the evaluation results will be saved in Evaluation_result and runs.

python evaluate_and_plot.py

Navigation with ColorDynamic

Please refer to the OPCD Navigation System.


Documentations:


Citing this Project

To cite this repository in publications:

@article{ColorDynamic,
  title={ColorDynamic: Generalizable, Scalable, Real-time, End-to-end Local Planner for Unstructured and Dynamic Environments},
  author={Jinghao Xin, Zhichao Liang, Zihuan Zhang, Peng Wang, and Ning Li},
  journal={arXiv preprint arXiv:2502.19892},
  year={2025}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0