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 27, 2024
1 parent 699a273 commit f912a14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -17,7 +17,7 @@ The following is the extra format added for Autoware:
- Crosswalk
- No Stopping Area
- No Parking Area
- Bus Stoop Area
- Bus Stop Area
- [extra lanelet subtype](extra_lanelet_subtypes.md)
- Roadside Lane
- Road Shoulder
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 f912a14

Please sign in to comment.