Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Using LMS111 laser

StephMc edited this page May 2, 2014 · 2 revisions

On x86:
$ sudo apt-get install ros-hydro-lms1xx
$ rosrun lms1xx LMS1xx_node _host:=192.168.3.7

On sabre lite:
$ mkdir -p lidar/src
$ cd lidar/src
$ git clone https://github.com/clearpathrobotics/LMS1xx
$ cd ..
$ catkin_make
$ catkin_make install
$ source install/setup.sh
Then you can run the node (use rviz to see data):
$ rosrun lms1xx LMS1xx_node _host:=192.168.3.7
$ rosrun rviz rviz (the tf frame is /laser)

Clone this wiki locally