Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add MAPEM msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Delooz committed Dec 7, 2022
1 parent a2de300 commit 467b2d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ add_message_files(
IntersectionState.msg
MovementState.msg
MovementEvent.msg
MAPEM.msg
)

generate_messages(DEPENDENCIES std_msgs)
Expand Down
2 changes: 0 additions & 2 deletions msg/Intersections.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Header header

IntersectionGeometry[] intersects
7 changes: 7 additions & 0 deletions msg/MAPEM.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Header header
ItsPduHeader its_header

#MapData
uint32 timeStamp #minuneOfTheYear
uint8 msgIssueRevision
Intersections intersections #TODO change to correct name

0 comments on commit 467b2d4

Please sign in to comment.