-
Notifications
You must be signed in to change notification settings - Fork 141
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 <ismet@leodrive.ai>
- Loading branch information
1 parent
9b26e22
commit 383def4
Showing
15 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nav: | ||
- evaluating-controller-performance.md | ||
- evaluating-real-time-performance.md | ||
- Sample tuning for campus environment: tuning-parameters | ||
- Evaluation: evaluation |
3 changes: 3 additions & 0 deletions
3
docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/evaluation/.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,3 @@ | ||
nav: | ||
- Evaluating the controller performance: evaluating-controller-performance | ||
- Evaluating real-time performance: evaluating-real-time-performance |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...to-guides/integrating-autoware/tuning-parameters-and-performance/tuning-parameters/.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,3 @@ | ||
nav: | ||
- index.md | ||
- Tuning localization: localization-tuning |
Binary file added
BIN
+191 KB
...parameters-and-performance/tuning-parameters/images/ytu-campus-lanelet2-map.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
+278 KB
...ning-parameters-and-performance/tuning-parameters/images/ytu-campus-pcd-map.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
+893 KB
...oware/tuning-parameters-and-performance/tuning-parameters/images/ytu-campus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions
72
...tegrating-autoware/tuning-parameters-and-performance/tuning-parameters/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,72 @@ | ||
# Sample tuning for campus environment | ||
|
||
## Introduction | ||
|
||
This section will guide you on how to fine-tune Autoware's localization, perception, | ||
and planning stacks for the Yıldız Technical University (YTU) campus environment. | ||
This document serves as your roadmap for optimizing the performance of | ||
Autoware within the cutting-edge capabilities of a sample university campus environment. | ||
Through meticulous parameter adjustments, our aim is to ensure that your | ||
autonomous systems operate seamlessly and efficiently in similar complex real-world scenarios. | ||
|
||
## Yıldız Technical University Campus Environment | ||
|
||
Yıldız Technical University (YTU) is located in Istanbul, Turkey, | ||
and it encompasses multiple campuses. One of these campuses is the | ||
Davutpaşa Campus, where we operate autonomous vehicles. Here is some | ||
general information about the YTU Davutpaşa Campus: | ||
|
||
1. **Slopes and Terrains** | ||
|
||
YTU Davutpaşa Campus has varied topography. | ||
Some areas may be flat, while others may have gentle or steep slopes. | ||
These features can influence accessibility and landscaping choices. | ||
|
||
2. **Greenery and Trees** | ||
|
||
YTU Davutpaşa Campus is typically landscaped with a variety of plants and trees. They provide aesthetic | ||
appeal, shade, and contribute to the overall environment. There may be designated green spaces, | ||
gardens, and courtyards. | ||
|
||
3. **Building structures** | ||
|
||
The Davutpaşa Campus features a diverse range of buildings, ranging in size from small-scale structures | ||
to more substantial edifices. These buildings will be utilized for NDT localization. | ||
|
||
<figure markdown> | ||
![ytu-campus-environment](images/ytu-campus.png){ align=center } | ||
<figcaption> | ||
Yıldız Technical University (YTU) campus map. | ||
</figcaption> | ||
</figure> | ||
|
||
## Yıldız Technical University Campus Map | ||
|
||
### Yıldız Technical University Campus Pointcloud Map | ||
|
||
Utilizing the LIO-SAM mapping package, we have effectively created a point cloud map of Yıldız | ||
Technical University's Davutpaşa campus. This real-time lidar-inertial odometry system has empowered | ||
us to achieve precision in this unique campus environment. For detailed information on how we | ||
constructed the point cloud map at YTU Davutpaşa, please refer to the | ||
[LIO-SAM page](../../creating-maps/open-source-slam/lio-sam). Additionally, | ||
we have converted the output map into MGRS format. | ||
|
||
<figure markdown> | ||
![ytu-campus-pcd-map](images/ytu-campus-pcd-map.png){ align=center } | ||
<figcaption> | ||
Yıldız Technical University (YTU) campus pointcloud map. | ||
</figcaption> | ||
</figure> | ||
|
||
### Yıldız Technical University Campus Lanelet2 Map | ||
|
||
We have generated a Lanelet2 HD map, incorporating regulatory elements like crosswalks, | ||
speed bumps, stop lines etc., tailored for the YTU campus environment. For more detailed | ||
information on the Lanelet2 map creation process, please refer to the [`Creating Maps` page](../../creating-maps). | ||
|
||
<figure markdown> | ||
![ytu-campus-lanelet2-map](images/ytu-campus-lanelet2-map.png){ align=center } | ||
<figcaption> | ||
Yıldız Technical University (YTU) campus lanelet2 map. | ||
</figcaption> | ||
</figure> |
3 changes: 3 additions & 0 deletions
3
...uning-parameters-and-performance/tuning-parameters/localization-tuning/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,3 @@ | ||
# Tuning localization | ||
|
||
## Introduction |