You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+11-65
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
+
# This repository is archived
2
+
3
+
**YabLoc was merged into Autoware on June 22, 2023. For more details, please refer to [this PR](https://github.com/autowarefoundation/autoware.universe/pull/3946).
4
+
Future development will be conducted on [autoware.universe](https://github.com/autowarefoundation/autoware.universe).**
5
+
6
+
**If you would like to perform a standalone verification of YabLoc, the "Quick Start Demo" provided in this README is useful.
7
+
If you are interested in running YabLoc as a localization method in Autoware, the sample data provided in [this PR](https://github.com/autowarefoundation/autoware.universe/pull/3946) can be handy.**
1
8
# YabLoc
2
9
10
+
## Overview
11
+
3
12
**YabLoc** is vision-baed localization with vector map. [https://youtu.be/Eaf6r_BNFfk](https://youtu.be/Eaf6r_BNFfk)
4
13
5
14
Yabloc has been developed as a new localization stack for [Autoware](https://github.com/autowarefoundation/autoware).
@@ -16,13 +25,12 @@ Yabloc has been developed as a new localization stack for [Autoware](https://git
16
25
**NOTE:** Currently, this software is assumed to be built in a separate workspace in order not to contaminate the autoware workspace.
17
26
Someday this will be located in the workspace where Autoware blongs. The following submodules will be removed at the time.
18
27
19
-
Branches
28
+
#### Branches
20
29
21
30
*[main](https://github.com/tier4/YabLoc/tree/main) is a branch to work with minimal dependence on autoware.
22
31
* If you want to try the YabLoc demo, please use `main` branch.
23
-
*[autoware(under construction)](https://github.com/tier4/YabLoc/tree/autoware) is a branch made to run as part of Autoware.
0 commit comments