Skip to content

Commit 31c4671

Browse files
author
Sebastian Zęderowski
committed
feat(tier4_map_msgs): add LocalCartesian const
Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl>
1 parent 0631905 commit 31c4671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoware_map_msgs/msg/MapProjectorInfo.msg

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Projector type
22
string LOCAL = "Local"
33
string LOCAL_CARTESIAN_UTM = "LocalCartesianUTM"
4+
string LOCAL_CARTESIAN = "LocalCartesian"
45
string MGRS = "MGRS"
56
string TRANSVERSE_MERCATOR = "TransverseMercator"
67
string projector_type

0 commit comments

Comments
 (0)