/pgm2pcd

Create a point cloud from a map

Primary LanguagePython

pgm2pcd

Create a point cloud from a map

In order to use this script, put the map file (.pgm extension) in map folder. Than run the script using Pytthon3, and setting the flag for map path and others.

Example:

python3 main.py -m map/map.yaml -s -v -d map/xxx

For better understanding, use -h or --help.