Skip to content

Commit

Permalink
fix: use Camel case for projector type
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r committed Oct 31, 2024
1 parent 45bf1ea commit a69bcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_map_msgs/msg/MapProjectorInfo.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Projector type
string LOCAL = "local"
string LOCAL = "Local"
string LOCAL_CARTESIAN_UTM = "LocalCartesianUTM"
string MGRS = "MGRS"
string TRANSVERSE_MERCATOR = "TransverseMercator"
Expand Down

0 comments on commit a69bcb6

Please sign in to comment.