Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 6cc5789

Browse files
authored
add archive announcement (#64)
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
1 parent e24cd39 commit 6cc5789

File tree

1 file changed

+11
-65
lines changed

1 file changed

+11
-65
lines changed

README.md

+11-65
Original file line numberDiff line numberDiff 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.**
18
# YabLoc
29

10+
## Overview
11+
312
**YabLoc** is vision-baed localization with vector map. [https://youtu.be/Eaf6r_BNFfk](https://youtu.be/Eaf6r_BNFfk)
413

514
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
1625
**NOTE:** Currently, this software is assumed to be built in a separate workspace in order not to contaminate the autoware workspace.
1726
Someday this will be located in the workspace where Autoware blongs. The following submodules will be removed at the time.
1827

19-
Branches
28+
#### Branches
2029

2130
* [main](https://github.com/tier4/YabLoc/tree/main) is a branch to work with minimal dependence on autoware.
2231
* 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.
2432

25-
Submodules
33+
#### Submodules
2634

2735
* [external/autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs)
2836
* [external/autoware_msgs](https://github.com/autowarefoundation/autoware_msgs.git)
@@ -78,68 +86,6 @@ If YabLoc runs successfully, you will see a screen like the following.
7886

7987
<img src="docs/quick_start_demo_screen.png" width="600">
8088

81-
82-
## Demo with Autoware
83-
84-
**NOTE:** `use_sim_time` is TRUE as default.
85-
86-
### Run with rosbag
87-
88-
<details><summary>click to open </summary><div>
89-
90-
**This is a procedure for self-localization, planning/control components of Autoware would not work in this way.**
91-
92-
![how_to_launch_with_rosbag](docs/how_to_launch_with_rosbag.drawio.svg)
93-
94-
```shell
95-
ros2 launch yabloc_launch sample_launch.xml
96-
ros2 launch yabloc_launch rviz.launch.xml
97-
ros2 launch autoware_launch logging_simulator.launch.xml \
98-
system:=false \
99-
localizaton:=false \
100-
sensing:=false \
101-
perception:=false \
102-
planning:=false \
103-
control:=false \
104-
rviz:=false \
105-
vehicle_model:=sample_vehicle \
106-
sensor_model:=sample_sensor_kit \
107-
vehicle_id:=default \
108-
map_path:=$HOME/Maps/odaiba
109-
110-
ros2 bag play your_rosbag --clock 100
111-
```
112-
113-
</div></details>
114-
115-
### Run in real world
116-
117-
<details><summary>click to open </summary><div>
118-
119-
**This is a procedure for self-localization, planning/control components of Autoware would not work in this way.**
120-
121-
![how_to_launch_with_rosbag](docs/how_to_launch_in_real.drawio.svg)
122-
123-
```shell
124-
ros2 launch yabloc_launch sample_launch.xml use_sim_time:=false
125-
ros2 launch yabloc_launch rviz.launch.xml
126-
ros2 launch autoware_launch autoware.launch.xml \
127-
rviz:=false
128-
```
129-
130-
</div></details>
131-
132-
### Run with [AWSIM](https://github.com/tier4/AWSIM) <ins>(UNDER CONSTRACTION)</ins>
133-
134-
<details><summary>click to open </summary><div>
135-
136-
**You have to change autoware.universe branch.**
137-
138-
```shell
139-
```
140-
141-
</div></details>
142-
14389
## How to set initial pose
14490

14591
### 1. When YabLoc runs `standalone:=true`(default) (without Autoware's pose_initializer)

0 commit comments

Comments
 (0)