simondlevy / BreezyLidar

BreezyLidar - Simple, efficient, Lidar access in Python and C++
http://home.wlu.edu/~levys/software/breezylidar
GNU Lesser General Public License v3.0
11 stars 8 forks source link

Minor doc issue. Dead Link to doc #5

Closed joelmaranhao closed 8 years ago

joelmaranhao commented 8 years ago

In the intro a minor Markdown correction, use ```

 from breezylidar import URG04LX 
 laser = URG04LX('dev/tty/ACM0') 
 while True: 
   scan = laser.getScan() 
    # do something with scan, like SLAM 

pydoc breezylidar

or check out the online documentation <=== This link takes you to a 404

https://github.com/simondlevy/BreezyLidar/blob/master/breezylidar.html

simondlevy commented 8 years ago

Fixed, thanks Joel!