This is a simple 2D LIDAR scanner simulation
pip install numpy
pip install matplotlib
- The environment is defined in
env.py
. - The lidar scanner parameters if defined in
lidar_scanner.py
. - The obstalce clustering is computed in
obstacle_clustering.py