|
@@ -388,7 +388,7 @@ void odtolanelet::linetolet(lanelet::LaneletMapPtr & laneletMap,std::vector<lane
|
|
|
xlet.setAttribute("odr:lane",lanelet::Attribute(static_cast<int>(ncenterlane-i) ));
|
|
|
xlet.setAttribute("location",lanelet::Attribute("urban"));
|
|
|
xlet.setAttribute("one_way",lanelet::Attribute("yes"));
|
|
|
- xlet.setAttribute("speed_limit",lanelet::Attribute("30"));
|
|
|
+ xlet.setAttribute("speed_limit",lanelet::Attribute("10"));
|
|
|
xlet.setAttribute("subtype",lanelet::Attribute("road"));
|
|
|
xlet.setAttribute("turn_direction",lanelet::Attribute("straight"));
|
|
|
RoadTurnDirection::TURNDIRECTION xturn;
|
|
@@ -410,7 +410,7 @@ void odtolanelet::linetolet(lanelet::LaneletMapPtr & laneletMap,std::vector<lane
|
|
|
xlet.setAttribute("odr:lane",lanelet::Attribute(static_cast<int>(i-ncenterlane+1) *(-1)));
|
|
|
xlet.setAttribute("location",lanelet::Attribute("urban"));
|
|
|
xlet.setAttribute("one_way",lanelet::Attribute("yes"));
|
|
|
- xlet.setAttribute("speed_limit",lanelet::Attribute("30"));
|
|
|
+ xlet.setAttribute("speed_limit",lanelet::Attribute("10"));
|
|
|
xlet.setAttribute("subtype",lanelet::Attribute("road"));
|
|
|
xlet.setAttribute("turn_direction",lanelet::Attribute("straight"));
|
|
|
RoadTurnDirection::TURNDIRECTION xturn;
|