Giter Club home page Giter Club logo

lidar-lane-detection's Introduction

LiDAR-LANE-DETECTION

Simple algorithm to detect the lane of road environment using 3D LiDAR


Tested Environment

  • Ubuntu 18.04
  • ROS Melodic

Summary

  • Subscribe sensor_msgs/PointCloud2 msg
  • Lane Detection from the point cloud
  • Publish lane points: the pink color one


How to use

Clone, build and run

$ git clone https://github.com/bigbigpark/LiDAR-LANE-DETECTION.git
$ git clone https://github.com/bigbigpark/lidar_msgs.git
$ catkin build
$ roslaunch lidar_lane_detection lane_detect.launch

Parameter configuration

You can easily modify topic name of sensor_msgs/PointCloud2 by changing lane_detect.launch

<launch>
  <node name="lane_detection" pkg="lidar_lane_detection" type="lane_detection" respawn="true" output="screen">
    <remap from="/input" to="/os_cloud_node/points"/>
  </node>

  <arg name="rviz_config" default="$(find lidar_lane_detection)/lane.rviz"/>
  <node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rviz_config)" required="true" />
  
</launch>

Here, change your topic


TODO

  • Detection of more far lanes

lidar-lane-detection's People

Contributors

bigbigpark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vals9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.