Skip to content

kiwicampus/bluesea-ros2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluesea2

ROS2 driver for Lanhai USB/Network 2D LiDAR

How to build Lanhai ros driver

1) Clone this project to your workspace src folder
2) Running `colcon build` to build 

How to run Lanhai ros node (Serial Port Version)

  1. Copy UDEV rule file : sudo cp src/LHLiDAR.rules /etc/udev/rules.d/
  2. or Run : sudo chmod 666 /dev/ttyUSB0 # make usb serial port readable

if your lidar model is LDS-50C-2 :

  • ros2 launch bluesea2 LDS-50C-2.py

if your lidar model is LDS-50C-C30E :

  • ros2 launch bluesea2 LDS-50C-C30E.py
  1. optional : ros2 topic hz /scan
  2. optional : rviz2 #

About

Lanhai LiDAR driver for ROS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.9%
  • Python 5.6%
  • C 4.2%
  • CMake 2.3%