ansarid / pysicktim

TIM561 Python Library
GNU General Public License v3.0
9 stars 1 forks source link
lidar sick sicktim5xx tim561 tim5xx

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:

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