Aruino UNO or better and a PC with ROS.
- Install the following libraries:
-
Open the lidar-lite-v3-ros.ino file in Arduino IDE and program the Arduino.
-
Connect the Lidar Lite to the Arduino using the example configuration shown on page 3 of the manual.
-
Launch a roscore
roscore
- Run the rosserial client application that forwards your Arduino messages to the rest of ROS. Make sure to use the correct serial port:
rosrun rosserial_python serial_node.py /dev/ttyUSB0