Skip to content

ansarid/pysicktim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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