1
0
Fork 0
RobotKernal-UESTC/Code/MowingRobot/PIBot_ROS/ros_ws/src/ydlidar-1.2.1
詹力 ae406cd1b1 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
..
launch 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
sdk 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
src 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
startup 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
test 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
.gitignore 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
CMakeLists.txt 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
README.md 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00
package.xml 调整目录分类,修复若干错误 2024-01-27 18:07:17 +08:00

README.md

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统一平台