cyan-at / Lidar-Lite

C++ and python libraries for getting data from the Lidar-Lite sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lidar-Lite

Libraries for interacting with Lidar-Lite over I2C

This library will only work in a linux environment please install i2c-dev and i2c-tools

For recent Raspberry Pis or if you get an error such as

/src/lidar_lite.cpp:36:64: error: ‘i2c_smbus_write_byte_data’ was not declared in this scope

use this command to install i2c-dev:

apt-get install libi2c-dev

I found a great tutorial (using my library!) on this website: https://mobiusstripblog.wordpress.com/2016/12/26/first-blog-post/ Please check it out!

About

C++ and python libraries for getting data from the Lidar-Lite sensor


Languages

Language:C++ 61.6%Language:Python 37.1%Language:Makefile 1.3%