Skip to content

Commit a32312e

Browse files
authored
docs: update projection type from "local" to "Local" (#34)
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent b46c66e commit a32312e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoware_lanelet2_extension/docs/lanelet2_format_extension.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Following tags are optional tags that you may want to add depending on how you w
114114

115115
Sometimes users might want to create Lanelet2 maps that are not georeferenced.
116116
In such a case, users may use "local_x", "local_y" taggings to express local positions instead of latitude and longitude.
117-
You will need to `lanelet2_map_projector_type` to `local`, then [autoware map loader](https://github.com/autowarefoundation/autoware.universe/tree/main/map/autoware_map_loader#lanelet2_map_loader) will overwrite x,y positions with these tags when they are present.
117+
You will need to `lanelet2_map_projector_type` to `Local`, then [autoware map loader](https://github.com/autowarefoundation/autoware.universe/tree/main/map/autoware_map_loader#lanelet2_map_loader) will overwrite x,y positions with these tags when they are present.
118118
For z values, use "ele" tags as default Lanelet2 Format.
119119
You would still need to fill in lat and lon attributes so that parser does not crush, but their values could be anything.
120120

@@ -264,7 +264,7 @@ _An example:_
264264

265265
### No Drivable Lane
266266

267-
A no drivable lane is a lanelet or more that are out of operation design domain (ODD), i.e., the vehicle **must not** drive autonomously in this/these lanelet/s.
267+
A no drivable lane is a lanelet or more that are out of operation design domain (ODD), i.e., the vehicle **must not** drive autonomously in this/these lanelet/s.
268268
A lanelet becomes no drivable by adding an optional tag under the relevant lanelet in the map file `<tag k="no_drivable_lane" v="yes"/>`.
269269

270270
_An example:_

0 commit comments

Comments
 (0)