Skip to content

PIC4SeR/LidarLite_rosserial

Repository files navigation

Project: "Baro-meter"

Owner: "Luca Navilli"

Date: "2019:07"


LidarLite_rosserial

Description of the project

Script Arduino that read six lidarLite V3 and send via USB the distances of all the sensors through the \LaserScan ROS topic.

Installation procedure

You have to install rosserial_arduino, follow this procedure: HERE

You need also to install Arduino IDE and the LIDARV3 library if you want to modify the script.

User Guide

You will find two folders:

  1. "GetDistanceI2C_changeAddr.ino" is the Arduino script that you have to upload on your arduino micro
  2. LIDARLite_Arduino_library-master is the arduino library of the LidarLite v3 that you have to install in order to modify the arduino script

If you want to modify the script download Arduino IDE or similar.

If you want just use the sensors, upload the script into your Arduino Micro and by terminale type:

'sudo chmod 777 /dev/YOURDEV'

'rosrun rosserial_python serial_node.py /dev/YOURDEV -baud:=115200'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages