Code Monkey home page Code Monkey logo

lane_detector's Introduction

PSES - Lane Detector

Requirements:

  • ROS (code tested with ROS Kinetic)
  • MRPT:
sudo add-apt-repository ppa:joseluisblancoc/mrpt
sudo apt-get update
sudo apt-get install libmrpt-dev

Use:

  • To use lane detector with the PSES-Car in a real scenario:
roslaunch lane_detector lane_follower.launch
  • To use lane detector with an image dataset:
roslaunch lane_detector lane_follower_simulation.launch

Subscribed Topics:

  • /image (sensor_msgs/Image): Input image.
  • /camera_info (sensor_msgs/CameraInfo): Camera calibration data.
  • /lane_detector/driving_orientation (std_msgs::Int32): Topic to change lane. 0 to drive on the right and 1 to drive on the left.

Published Topics:

  • /lane_detector/lane (lane_detector::Lane)

lane_detector/Lane ROS-Message:

  • header (Header): Header with time stamp
  • left_line (geometry_msgs/Point32[]): Sorted Array of points with the x,y coordinates (in meters) of the left line.
  • right_line (geometry_msgs/Point32[]): Sorted Array of points with the x,y coordinates (in meters) of the right line.
  • guide_line (geometry_msgs/Point32[]): Sorted Array of points with the x,y coordinates (in meters) of the guide (middle) line.

Additional Requirements:

  • The used camera has to be calibrated and should send the calibration data over the camera_info topic.
  • The camera extrinsics (height and pitch angle) have to be known and should be set with dynamic reconfigure with:
rosrun rqt_reconfigure rqt_reconfigure
  • The used camera has to have both lane marks in sight while driving a curve.

lane_detector's People

Contributors

marquistj13 avatar

Watchers

 avatar  avatar  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.