imoted / pgm2pcd

Create a point cloud from a map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create a point cloud from a map


Languages

Language:Python 57.8%Language:Dockerfile 42.2%