Skip to content

tudelft-iv/route_converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lanelets to Path

ROS2 node for converting an Autoware map and route in Lanelet2 format to a reference path represented by a vector of 2D points and two road boundaries, represented by the width to the right and left boundary from the centerline.

Output format

An Autoware autoware_auto_planning_msgs::msg::PathWidthLaneId message with centerline in points, distances between points in heading_rate_rps, boundaries in left_bound and right_bound and velocities in longitudinal_velocity_mps.

Installing

All components should be installed automatically using:

rosdep install --from-paths src --ignore-src -r -y

Usage

Use:

ros2 launch lanelets_to_path lanelets_to_path.launch

Example output: Example output

Red dots denote the centerline points and fitted boundary points. Green line is the fitted reference path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • CMake 4.0%
  • Python 2.6%