Skip to content

Commit

Permalink
feat(autoware_map_msgs): support cylindrical AreaInfo (#64)
Browse files Browse the repository at this point in the history
* feat(autoware_map_msgs): support cylindrical AreaInfo

Signed-off-by: kminoda <[email protected]>

* update attribute

---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Jun 1, 2023
1 parent cdacab8 commit c2a82f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autoware_map_msgs/msg/AreaInfo.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Area info used as a query in map loading service
# Note: this only supports spherical area message for now
# Note: this only supports cylindrical area message for now

geometry_msgs/Point center
float32 center_x
float32 center_y
float32 radius

0 comments on commit c2a82f3

Please sign in to comment.