Skip to content

Commit

Permalink
Merge pull request #16 from dornhege/poses_stamped
Browse files Browse the repository at this point in the history
Add stamped messages for GeoPoint and GeoPose.
  • Loading branch information
jack-oquin committed Mar 28, 2017
2 parents 0219220 + 81cb646 commit b15dc33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geographic_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ add_message_files(
GeographicMapChanges.msg
GeographicMap.msg
GeoPoint.msg
GeoPointStamped.msg
GeoPose.msg
GeoPoseStamped.msg
KeyValue.msg
MapFeature.msg
RouteNetwork.msg
Expand Down
2 changes: 2 additions & 0 deletions geographic_msgs/msg/GeoPointStamped.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Header header
geographic_msgs/GeoPoint position
2 changes: 2 additions & 0 deletions geographic_msgs/msg/GeoPoseStamped.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Header header
geographic_msgs/GeoPose pose

0 comments on commit b15dc33

Please sign in to comment.