/segment_lane_lines

ROS package for semantic segmentation of lane lines, and homographic transformation of the segmented image for rebroadcasting as a point cloud.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Package for semantic segmentation of lane lines, and homographic transformation of the segmented image for rebroadcasting as a point cloud. Work-in-progress.

Overview

Sample Usage

Nodes

lane_segmentation_node

Subscribed Topics

lane_camera_feed (sensor_msgs/Image)

Feed from the camera.

Published Topics

lane_lines_image (sensor_msgs/Image)

The most recently-segmented image in the feed, untransformed.

lane_lines_cloud (sensor_msgs/PointCloud2)

A point cloud representing the pixels in the segmented image, homographically transformed into the ground plane.

Parameters