Skip to content
forked from EAIBOT/ydlidar

The driver of ydlidar for ROS on the linux !

Notifications You must be signed in to change notification settings

Delta-Sigma/ydlidar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YDLIDAR ROS PACKAGE V1.2.1

ROS node and test application for YDLIDAR

Visit EAI Website for more details about YDLIDAR.

How to build YDLIDAR ros package

1) Clone this project to your catkin's workspace src folder
2) Running catkin_make to build ydlidar_node and ydlidar_client
3) Create the name "/dev/ydlidar" for YDLIDAR
--$ roscd ydlidar/startup
--$ sudo chmod 777 ./*
--$ sudo sh initenv.sh

How to run YDLIDAR ros package

There're two ways to run YDLIDAR ros package

  1. Run YDLIDAR node and view in the rviz

roslaunch ydlidar lidar_view.launch

You should see YDLIDAR's scan result in the rviz.

  1. Run YDLIDAR node and view using test application

roslaunch ydlidar lidar.launch

rosrun ydlidar ydlidar_client

You should see YDLIDAR's scan result in the console

雷达驱动升级日志

2017-11-30 version:1.1.2

新增

1.增加对现有所有EAI雷达支持

2.增加Linux下非标准波特率的支持

3.增加串口异常检测

改进

1.修复雷达数据不稳定

2.修复雷达没有数据

2017-12-16 version:1.2.0

1.SDK统一平台

About

The driver of ydlidar for ROS on the linux !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 1.3%
  • Other 1.2%