(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Lidar

Description: Using Rplidar sensors on the evarobot.

Tutorial Level: BEGINNER

Next Tutorial: Encoder

For more information about lidar, please visit page of rplidar. In this tutorial, we will basically install rplidar from source code and run it.

Clone source code of rplidar in your workspace and build it:

> cd ~/catkin_ws/src
> git clone https://github.com/robopeak/rplidar_ros.git -b slam
> cd ~/catkin_ws
> catkin_make

Change the access permissions to rplidar.

> sudo chmod 777 /dev/ttyUSB0

In order to just run rplidar:

> roslaunch rplidar_ros rplidar.launch

or to run rplidar with rviz:

> roslaunch rplidar_ros view_rplidar.launch


rviz_lidar.png


Wiki: Robots/evarobot/Tutorials/indigo/Lidar (last edited 2015-09-17 08:01:07 by makcakoca)