Metadata-Version: 2.1
Name: pylidar2d
Version: 0.1
Summary: Python tools for lidar 2d scans
Home-page: https://github.com/danieldugas/pylidar2d
Author: Daniel Dugas
License: UNKNOWN
Description: # pylidar2d
        Python tools for 2d lidar
        
        ![img](https://raw.githubusercontent.com/danieldugas/pylidar2d/master/pylidar2d.png)
        
        ## Install
        
        ```
        cd ~
        git clone git@github.com:danieldugas/pylidar2d.git
        cd pylidar2d
        pip install .
        ```
        
        ## Run an Example
        
        ```
        cd ~/pylidar2d/scripts
        python clustering_example.py
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
