Skip to content

Commit

Permalink
feat(intersection): add test map for intersection (#8455)
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin authored Aug 16, 2024
1 parent 2719e23 commit e9fe665
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,15 @@ This module is activated when the following conditions are met:
### Known Issue

If ego go over the stop line for a certain distance, then it will not transit from STOP.

## Test Maps

The intersections lanelet map consist of a variety of intersections including:

- 4-way crossing with traffic light
- 4-way crossing without traffic light
- T-shape crossing without traffic light
- intersection with a loop
- complicated intersection

![intersection_test](./docs/intersection_test_map.png)
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>
<maintainer email="shumpei.wakabayashi@tier4.jp">Shumpei Wakabayashi</maintainer>
<maintainer email="kyoichi.sugahara@tier4.jp">Kyoichi Sugahara</maintainer>
<maintainer email="yukinari.hisaki.2@tier4.jp">Yukinari Hisaki</maintainer>

<license>Apache License 2.0</license>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if(BUILD_TESTING)
)
endif()

ament_auto_package()
ament_auto_package(INSTALL_TO_SHARE test_map)
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Behavior Velocity Planner Common

This package provides common functions as a library, which are used in the `behavior_velocity_planner` node and modules.

## Test map

### intersection

The intersections lanelet map consist of a variety of intersections including:

- 4-way crossing with traffic light
- 4-way crossing without traffic light
- T-shape crossing without traffic light
- intersection with a loop
- complicated intersection

![intersection_test](./docs/intersection_test_map.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit e9fe665

Please sign in to comment.