ansarid / pysicktim

TIM561 Python Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TIM561 Python Library

License:GNU General Public License v3.0


Languages

Language:Python 100.0%