Skip to content

Commit a69bcb6

Browse files
committed
fix: use Camel case for projector type
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
1 parent 45bf1ea commit a69bcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_map_msgs/msg/MapProjectorInfo.msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Projector type
2-
string LOCAL = "local"
2+
string LOCAL = "Local"
33
string LOCAL_CARTESIAN_UTM = "LocalCartesianUTM"
44
string MGRS = "MGRS"
55
string TRANSVERSE_MERCATOR = "TransverseMercator"

0 commit comments

Comments
 (0)