Skip to content

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

Notifications You must be signed in to change notification settings

jlstanus/Lidar-Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.1%
  • Python 35.5%
  • Makefile 1.4%