Skip to content

sreesms/lidar_obstacle_detection_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Obstacle Detection using 2D Lidar

2D Lidar ROS package for obstacle detection

This package is for the detection of obstacles nearby the lidars

In this package I have used rplidar A2 (https://www.slamtec.com/en/Lidar/A2). You can also use another lidar which publishes the /scan topic.

For clone this file use :

$ mkdir -p catkin_ws/src
$ cd catkin_ws/src
$ git clone https://github.com/sreesms/lidar_obstacle_detection_ros.git
$ cd .. && catkin_make

For using the object detection in rplidar, use the following launch files

$ roslaunch obstacle_detection object_detection_rplidar.launch

if you are using another lidar, make sure /scan topic is publishing then run

$ roslaunch obstacle_detection object_detection.launch

About

2D Lidar ROS package for obstacle detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published