Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Aug 26, 2024
1 parent 699a273 commit 3f55410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ _An example:_

## Bus Stop Area

The area tagged with `bus_stop_area` can be used to limit the pullover space for bus-like vehicles. This area is referred from the road or road_shoulder subtype lanelets where the destination is positioned via the `BusStopArea` regulatory element.
>>>>>>> beac7ef (feat(lanelet2_extension): docuement for bus_stop_area and bicycle_lane(format_version2))
The `BusStopArea` regulatory element can be used to specify the available space for bus-like vehicles to stop at a bus stop. The regulatory element should refer to a polygon with the `bus_stop_area` type and should be referred by the `road` or `road_shoulder` subtype lanelets that overlaps with the target `bus_stop_area` polygon.

![BusStopArea tagging](bus_stop_area.drawio.svg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace lanelet::autoware
*/
enum class Version : int {
none = 0,
format_v1,
format_v2,
};

Expand Down

0 comments on commit 3f55410

Please sign in to comment.