Giter Site home page Giter Site logo

lidar_lane_detector's Introduction

lidar_lane_detector

lidar_lane_detector is an open source ROS package for detecting road lines from raw 3D-LiDAR Sensor data.

  • Extracting drivable area by using azimuth and channel.

  • Distinguish lines from road markings.

  • Detecting not only nearest lines but also other lines.

Nodes

lidar_lane_detector consists of only one node.

  • lidar_lane_detector_node

Requirements

lidar_lane_detector requires following arguments.

  • pcl_ros
  • pcl_conversions
  • Parsing raw 3D-LiDAR data by azimuth and channel (using OS1-64 LiDAR Sensor as default in this package)
    • If you are using Velodyne LiDAR Sensor, you can parsing raw 3D-LiDAR data by including lidar_lane_detector/include/lidar_lane_detector/point_xyzir.h and editing some code lines.

Messages

  • Subscribed Topics
    • /points (sensor_msgs/PointCloud2)
  • Published Topics
    • /filtered_points (sensor_msgs/PointCloud2)
      • Point cloud data representing drivable area.
    • /road_line (visualization_msgs/Marker)

Parameters

  • channel_thresholds
    • Range of interesting channel.
  • angle_thresholds
    • Thresholds for classifying ground and non-ground obstacles.
  • intensity_thresholds
    • Thresholds for classifying asphalt and road markings, lines.
  • lane_candidate
    • Number of lanes.
  • lane_width
    • Width of each lane in meter
  • x_std_dev_threshold
  • y_std_dev_threshold

Papers

  • Jiyoung Jung, Sung-Ho Bae, Real-Time Road Lane Detection in Urban Areas Using LiDAR Data, Electronics, 2018 [link]

lidar_lane_detector's People

Contributors

kwh950724 avatar

Stargazers

 avatar

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.