Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.11 KB

PySICKTiM - A Python Library for the SICK TiM5xx

Introduction

This is a python library made to interact with the SICK TiM561 LiDAR sensor over the USB connection. This library was created to help developers who are using python to implement the TiM5xx LiDAR easily into their projects using python.

The functions of this library includes:

  • Reading Settings and Data
  • Configuring Settings
  • Error Handling.

The functions in this library are based off the TiM5xx Series LiDAR telegram documentation.

Prerequisites

pyusb
sudo pip3 install pyusb

Installation

from PyPI

sudo pip3 install pysicktim

from source:

git clone https://github.com/ansarid/pysicktim
cd pysicktim
sudo pip3 install -r requirements.txt
sudo python3 setup.py install

Allow non-root access:

sudo cp ./udev /etc/udev/rules.d/sick-tim5xx.rules
sudo reboot