Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

zebradog/ofxSick

 
 

Repository files navigation

ofxSick is an addon for openFrameworks to interface with SICK laser measurement systems.

ofxSick is written for the SICK LMS1xx series, and tested against the LMS111 and LMS100. The LMS1xx datasheet is available here.

LMS1xx Library

The basic interface protocol is implemented by Konrad Banachowicz' LMS1xx library. This library has been modified to use ofxNetwork for increased portability.

Some major modifications have been made to the LMS1xx::getData() method in the LMS1xx library in order to support unusual packet fragmentation and unpredictable latency on OSX 10.8.

Remission and Second Returns

Due to packet fragmentation and unpredictable latency on OSX 10.8, the bandwidth of the data returned by the LMS1xx has been reduced significantly in order to avoid errors. This is done by disabling remission (brightness) and second returns (half-reflected pulses). Right now this can be tweaked by modifying the targetDataCfg inside ofxSickGrabber::connect().

ofxSickGrabber and ofxSickPlayer

The main ofxSick class implements the shared features of grabbing and playing LIDAR data. The main example/ shows a very simple case of using the ofxSickGrabber, and the example-blobs/ shows how to switch between grabbing and playback. example-blobs/ also works with ofxCv to do blob detection on objects in the scene.

About

Interface with SICK LMS-1xx series LIDAR sensors with openFrameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.4%
  • C 9.9%
  • Objective-C 4.7%