Skip to content

Commit

Permalink
add bus_stop_area
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 775b3ee commit e910ed9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autoware_lanelet2_extension/lib/bus_stop_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ RegulatoryElementDataPtr constructBusStopAreaData(
}
} // namespace

// TODO(soblin): remove this when format_v2 has been released
namespace format_v2
{
BusStopArea::BusStopArea(const RegulatoryElementDataPtr & data) : RegulatoryElement(data)
{
if (getConstPoly(data->parameters, RoleName::Refers).empty()) {
Expand Down Expand Up @@ -129,7 +126,6 @@ bool BusStopArea::removeBusStopArea(const Polygon3d & primitive)
}

RegisterRegulatoryElement<BusStopArea> regBusStopArea;
} // namespace format_v2

} // namespace lanelet::autoware

Expand Down

0 comments on commit e910ed9

Please sign in to comment.