-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ismetatabay <[email protected]>
- Loading branch information
1 parent
bb1747f
commit 5d30482
Showing
14 changed files
with
63 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
nav: | ||
- index.md | ||
- Open-source SLAM algorithms: open-source-slam | ||
- Converting UTM map to MGRS map: convert-utm-to-mgrs-map | ||
- Converting UTM map to MGRS map: converting-utm-to-mgrs-map | ||
- Pointcloud map downsampling: pointcloud-map-downsampling | ||
- Creating a vector map: creating-vector-map |
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
docs/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/.pages
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 @@ | ||
nav: | ||
- index.md | ||
- Lanelet 2: lanelet2 | ||
- Crosswalk: crosswalk |
2 changes: 2 additions & 0 deletions
2
docs/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/crosswalk/.pages
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,2 @@ | ||
nav: | ||
- index.md |
Binary file added
BIN
+254 KB
...-autoware/creating-maps/creating-vector-map/crosswalk/images/LIO-SAM-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+554 KB
...egrating-autoware/creating-maps/creating-vector-map/crosswalk/images/system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...uides/integrating-autoware/creating-maps/creating-vector-map/crosswalk/index.md
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 @@ | ||
# Creating a crosswalk attribute |
20 changes: 20 additions & 0 deletions
20
docs/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/index.md
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,20 @@ | ||
# Creating a vector map | ||
|
||
## Overview | ||
|
||
In this section, we will explain how to create Lanelet2 maps with TIER IV's [vector map builder tool](https://tools.tier4.jp/feature/vector_map_builder_ll2/). | ||
|
||
If you want to look at another method, | ||
[MapToolbox](https://github.com/autocore-ai/MapToolbox) is a plugin for [Unity](https://unity.com/) specifically designed to create Lanelet2 maps for Autoware. | ||
We didn't recommend [JOSM](https://josm.openstreetmap.de/) since it needs modifications for Autoware usage. | ||
So, this process can be tedious and time-consuming. | ||
|
||
## Vector Map Builder | ||
|
||
You need a TIER IV account for using vector map builder tool. | ||
So, if you have not before, please [create a TIER IV account](https://account.tier4.jp/registration?return_to=/oidc/login?login_challenge=81c846efae994bf8a79dac0aab6b8875) | ||
in order to use [vector map builder tool](https://tools.tier4.jp/feature/vector_map_builder_ll2/). | ||
|
||
You can follow these pages for creating a Lanelet2 map and its regulatory elements. | ||
|
||
- [Lanelet 2](./lanelet2) |
2 changes: 2 additions & 0 deletions
2
docs/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/lanelet2/.pages
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,2 @@ | ||
nav: | ||
- index.md |
Binary file added
BIN
+142 KB
...g-autoware/creating-maps/creating-vector-map/lanelet2/images/pointcloud-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
...guides/integrating-autoware/creating-maps/creating-vector-map/lanelet2/index.md
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,28 @@ | ||
# Creating a Lanelet | ||
|
||
At this page, we will explain how to create a simple lanelet on your pointcloud map. | ||
|
||
## Creating a Lanelet2 | ||
|
||
Firstly, we need to import our pointcloud map to vector map builder tool: | ||
|
||
1. Please click `File`. | ||
2. Then, click `Import PCD`. | ||
3. Click `Browse` and select your .pcd file. | ||
|
||
You will display the point cloud on your vector map builder tool after the upload is complete: | ||
|
||
<figure markdown> | ||
![pointcloud-map](images/pointcloud-map.png){ align=center } | ||
<figcaption> | ||
Uploaded pointcloud map file on vector map builder | ||
</figcaption> | ||
</figure> | ||
|
||
Now, we are ready to create lanelet2 map on our pointcloud map: | ||
|
||
1. Please click `Create`. | ||
2. Then, click `Create Lanelet2Maps`. | ||
3. Please fill your map name | ||
4. Please fill your MGRS zone. (At tutorial_vehicle, MGRS grid zone: 35T - MGRS 100,000-meter square: PF) | ||
5. Click `Create`. |
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