-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_map_msgs): add msg and srv files releated with dynamic …
…lanelet loading (#81) Signed-off-by: Barış Zeren <[email protected]>
- Loading branch information
1 parent
f3ee114
commit 2ae076e
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Metadata of lanelet map cell | ||
|
||
string cell_id | ||
float64 min_x | ||
float64 max_x | ||
float64 min_y | ||
float64 max_y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Header | ||
std_msgs/Header header | ||
|
||
LaneletMapCellMetaData[] metadata_list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Osm file ids which are selected to be loaded | ||
string[] cell_ids | ||
|
||
--- | ||
# Header | ||
std_msgs/Header header | ||
|
||
# Newly loaded Lanelet map | ||
autoware_map_msgs/LaneletMapBin lanelet2_cells |