No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.1.0
License Apach 2
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jk-h/src_with_lanelet2.git
VCS Type git
VCS Version master
Last Updated 2022-06-01
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The lanelet2_extension pacakge contains libraries to handle Lanelet2 format data.

Additional Links

No additional links.

Maintainers

  • mitsudome-r

Authors

No additional authors.

lanelet2_extension package

This package contains external library for Lanelet2 and is meant to ease the use of Lanelet2 in Autoware.

Lanelet Format for Autoware

Autoware uses extended Lanelet2 Format for Autoware, which means you need to add some tags to default OSM file if you want to fully use Lanelet2 maps. For details about custom tags, please refer to this document.

Code API

IO

Autoware OSM Parser

Autoware Lanelet2 Format uses .osm extension as original Lanelet2. However, there are some custom tags that is used by the parser.

Currently, this includes:

  • overwriting x,y values with local_x and local_y tags.
  • reading <MapMetaInfo> tag wich contains information about map format version and map version.

The parser is registered as “autoware_osm_handler” as lanelet parser

Projection

MGRS Projector

MGRS projector projects latitude longitude into MGRS Coordinates.

Regulatory Elements

Autoware Traffic Light

Autoware Traffic Light class allows you to retrieve information about traffic lights. Autoware Traffic Light class contains following members:

  • traffic light shape
  • light bulbs information of traffic lights
  • stopline associated to traffic light

Utility

Message Conversion

This contains functions to convert lanelet map objects into ROS messages. Currently it contains following conversions:

  • lanelet::LaneletMapPtr to/from lanelet_msgs::MapBinMsg
  • lanelet::Point3d to geometry_msgs::Point
  • lanelet::Point2d to geometry_msgs::Point
  • lanelet::BasicPoint3d to geometry_msgs::Point

Query

This module contains functions to retrieve various information from maps. e.g. crosswalks, trafficlights, stoplines

Utilties

This module contains other useful functions related to Lanelet. e.g. matching waypoint with lanelets

Visualization

Visualization contains functions to convert lanelet objects into visualization marker messages. Currenly it contains following conversions:

  • lanelet::Lanelet to Triangle Markers
  • lanelet::LineString to LineStrip Markers
  • TrafficLights to Triangle Markers

Nodes

lanelet2_extension_sample

Code for this explains how this lanelet2_extension library is used. The executable is not meanto to do anything.

autoware_lanelet2_extension

This node checks if an .osm file follows the Autoware version of Lanelet2 format. You can check by running:

rosrun lanelet2_extension autoware_lanelet2_validation _map_file:=<path/to/map.osm>

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
map_loader
map_loader
map_loader
map_loader
lanelet2_map_preprocessor
lanelet2_map_preprocessor
lanelet2_map_preprocessor
lanelet2_map_preprocessor
mission_planner
mission_planner
mission_planner
aichallenge_scoring
lane_departure_checker
ar_tag_based_localizer
landmark_manager
yabloc_common
yabloc_pose_initializer
map_projection_loader
map_tf_generator
map_tf_generator
crosswalk_traffic_light_estimator
detected_object_validation
elevation_map_loader
map_based_prediction
occupancy_grid_map_outlier_filter
radar_object_tracker
traffic_light_arbiter
traffic_light_map_based_detector
traffic_light_multi_camera_fusion
traffic_light_occlusion_predictor
traffic_light_visualization
behavior_path_avoidance_module
behavior_path_planner
behavior_path_planner_common
behavior_velocity_blind_spot_module
behavior_velocity_crosswalk_module
behavior_velocity_detection_area_module
behavior_velocity_intersection_module
behavior_velocity_no_drivable_lane_module
behavior_velocity_no_stopping_area_module
behavior_velocity_occlusion_spot_module
behavior_velocity_out_of_lane_module
behavior_velocity_planner
behavior_velocity_planner_common
behavior_velocity_speed_bump_module
behavior_velocity_stop_line_module
behavior_velocity_template_module
behavior_velocity_traffic_light_module
behavior_velocity_virtual_traffic_light_module
behavior_velocity_walkway_module
costmap_generator
obstacle_cruise_planner
obstacle_velocity_limiter
planning_test_utils
route_handler
scenario_selector
static_centerline_optimizer
pointcloud_preprocessor
pointcloud_preprocessor
geography_utils
tier4_traffic_light_rviz_plugin
traffic_light_recognition_marker_publisher
traffic_light_utils
simple_planning_simulator
approaching_emergency_vehicle_plugin
bsm_generator
carma_cooperative_perception
carma_wm
carma_wm_ctrl
cooperative_lanechange
gnss_to_map_convertor
mobilitypath_publisher
mobilitypath_visualizer
motion_computation
platooning_strategic_ihp
points_map_filter
port_drayage_plugin
route
traffic_incident_parser
yield_plugin

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_extension at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.