Skip to content

zw199502/LSTM_EGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSTM_EGO

Learn to navigate in dynamic environments with normalized LiDAR scans, video

Configuration

Compile LiDAR scan library

In C_library, python setup.py build_ext --inplace

Choose environment

In main.py, parser.add_argument("--env", default="crowd_real_all_circles"). "crowd_sim" stands for basic environments only having 5 dynamic circle humans; "crowd_sim_complex" represent complex scenarios mixing dynamic circle humans (maximum number is 4) and static rectangle obstacles (maximum number is 3); "crowd_real" denotes real-world environments where the robot moves on a narrow plane; "crowd_real_all_circles" are the environments for sim-to-real transfer.

Compile SLAM and Clustering algorithms

drl_vo is a supplementary baseline, please refer to this link

About

Learn to navigate in dynamic environments with normalized LiDAR scans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors