Skip to content

Commit

Permalink
Add GeoPolygon.msg
Browse files Browse the repository at this point in the history
  • Loading branch information
atb033 committed Apr 6, 2020
1 parent ccd1ace commit 3cb9e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions geographic_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/GeoPoint.msg"
"msg/GeoPointStamped.msg"
"msg/GeoPose.msg"
"msg/GeoPolygon.msg"
"msg/GeoPoseStamped.msg"
"msg/KeyValue.msg"
"msg/MapFeature.msg"
Expand Down
2 changes: 2 additions & 0 deletions geographic_msgs/msg/GeoPolygon.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Speficiation of a polygon where the first and last points are assumed to be connected
geographic_msgs/GeoPoint[] points

0 comments on commit 3cb9e09

Please sign in to comment.