Skip to content

Commit

Permalink
feat(tier4_map_msgs): add LocalCartesian const
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl>
  • Loading branch information
Sebastian Zęderowski committed Feb 5, 2025
1 parent 0631905 commit 31c4671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoware_map_msgs/msg/MapProjectorInfo.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Projector type
string LOCAL = "Local"
string LOCAL_CARTESIAN_UTM = "LocalCartesianUTM"
string LOCAL_CARTESIAN = "LocalCartesian"
string MGRS = "MGRS"
string TRANSVERSE_MERCATOR = "TransverseMercator"
string projector_type
Expand Down

0 comments on commit 31c4671

Please sign in to comment.