Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(autoware_map_msgs): migrate autoware_auto_mapping_msgs to autowa… #65

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions autoware_map_msgs/msg/HDMapBin.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# HD Map message

uint8 MAP_FORMAT_LANELET2 = 0

# Header with timestamp when the message is published
std_msgs/Header header

# HADMap format identifier, allows supporting multiple map formats
uint8 map_format

# Version of map format. Keep as empty string if unnecssary
string format_version

# Version of map. Keep as empty empty if unnecessary
string map_version

# Binary map data
uint8[] data
5 changes: 5 additions & 0 deletions autoware_map_msgs/msg/HDMapSegment.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# A segment of an HADMap which contains one or more MapPrimitives

MapPrimitive[] primitives

int64 preferred_primitive_id
6 changes: 6 additions & 0 deletions autoware_map_msgs/msg/MapPrimitive.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Map primitive information

int64 id

# Type of primitive, such as lane, polygon, line.
string primitive_type